Skip to content

Commit a6885f7

Browse files
committed
unused imports
1 parent 7c0dd99 commit a6885f7

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Lib/typing.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@
2929
import operator
3030
import sys
3131
import types
32-
from types import (
33-
WrapperDescriptorType,
34-
MethodWrapperType,
35-
MethodDescriptorType,
36-
GenericAlias,
37-
)
32+
from types import GenericAlias
3833
import warnings
3934

4035
from _typing import (

0 commit comments

Comments
 (0)