Skip to content

Commit e0c2b2f

Browse files
jopemachineyouknowone
authored andcommitted
Remove wrong __class_getitem__
1 parent 4e9b9ee commit e0c2b2f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/functools.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,6 @@ def __setstate__(self, state):
333333
self.args = args
334334
self.keywords = kwds
335335

336-
__class_getitem__ = classmethod(GenericAlias)
337-
338336
try:
339337
from _functools import partial
340338
except ImportError:

0 commit comments

Comments
 (0)