Skip to content

Commit

Permalink
further minimise diff
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Jul 29, 2023
1 parent 179e17f commit 831530c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/multiprocessing/managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ def __imul__(self, value):
))
BaseDictProxy._method_to_typeid_ = {
'__iter__': 'Iterator',
}
}
class DictProxy(BaseDictProxy):
__class_getitem__ = classmethod(types.GenericAlias)

Expand Down

0 comments on commit 831530c

Please sign in to comment.