Remove redundant import from typing (#5827)

Fixes quora/pyanalyze#221.
This commit is contained in:
Jelle Zijlstra
2021-07-30 22:55:33 -07:00
committed by GitHub
parent 8da23e0634
commit e1b9ab3372

View File

@@ -700,7 +700,6 @@ def NewType(name: str, tp: Type[_T]) -> Type[_T]: ...
def type_check_only(func_or_cls: _F) -> _F: ...
if sys.version_info >= (3, 7):
from types import CodeType
class ForwardRef:
__forward_arg__: str
__forward_code__: CodeType