Skip to content

Commit

Permalink
Remove redundant import from typing (#5827)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Jul 31, 2021
1 parent 8da23e0 commit e1b9ab3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stdlib/typing.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1b9ab3

Please sign in to comment.