Remove unused import

This commit is contained in:
Roman Mogylatov 2020-09-29 23:49:52 -04:00
parent 949a91b657
commit 6e53a7c0c6

View File

@ -5,7 +5,7 @@ import inspect
import pkgutil
import sys
from types import ModuleType
from typing import Optional, Iterable, Callable, Any, Type, Dict, Generic, TypeVar, cast
from typing import Optional, Iterable, Callable, Any, Dict, Generic, TypeVar, cast
if sys.version_info < (3, 7):
from typing import GenericMeta