Add imports
This commit is contained in:
parent
6577717cbf
commit
a5446551c2
|
@ -1,7 +1,7 @@
|
||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
from functools import partial, wraps
|
from functools import partial, wraps
|
||||||
from operator import not_
|
from operator import not_
|
||||||
from typing import Any, Callable, Concatenate, Generic, Iterator, ParamSpec, Sequence, Tuple, TypeVar
|
from typing import Any, Callable, Concatenate, Generic, Iterable, Iterator, List, ParamSpec, Sequence, Tuple, TypeVar
|
||||||
|
|
||||||
A = TypeVar('A')
|
A = TypeVar('A')
|
||||||
B = TypeVar('B')
|
B = TypeVar('B')
|
||||||
|
|
Loading…
Reference in a new issue