diff --git a/emis_funky_funktions.py b/emis_funky_funktions.py index 018c3fa..318c2c3 100644 --- a/emis_funky_funktions.py +++ b/emis_funky_funktions.py @@ -1,7 +1,7 @@ from dataclasses import dataclass from functools import partial, wraps 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') B = TypeVar('B')