We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc610b2 commit b909823Copy full SHA for b909823
1 file changed
pyannotating.py
@@ -1,5 +1,5 @@
1
from abc import ABC, abstractmethod
2
-from typing import Optional, Any, Union, Iterable, Self, Mapping, Final, Callable, _UnionGenericAlias
+from typing import Optional, Any, Union, Iterable, Self, Protocol, Final, TypeVar, Generic, Type, Callable, _UnionGenericAlias
3
4
5
0 commit comments