Skip to content

Commit b909823

Browse files
committed
Actual imports
1 parent cc610b2 commit b909823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyannotating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from abc import ABC, abstractmethod
2-
from typing import Optional, Any, Union, Iterable, Self, Mapping, Final, Callable, _UnionGenericAlias
2+
from typing import Optional, Any, Union, Iterable, Self, Protocol, Final, TypeVar, Generic, Type, Callable, _UnionGenericAlias
33

44

55

0 commit comments

Comments
 (0)