mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 16:14:24 +08:00
Add Any for collections.pyi
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
# NOTE: These are incomplete!
|
||||
|
||||
from typing import (
|
||||
Dict, Generic, TypeVar, Iterable, Tuple, Callable, Mapping, overload, Iterator, Sized,
|
||||
Optional, List, Set, Sequence, Union, Reversible, MutableMapping, MutableSequence
|
||||
Any, Dict, Generic, TypeVar, Iterable, Tuple, Callable, Mapping, overload, Iterator,
|
||||
Sized, Optional, List, Set, Sequence, Union, Reversible, MutableMapping, MutableSequence
|
||||
)
|
||||
import typing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user