mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-05 14:44:37 +08:00
Don't need to inherit from object anymore
This commit is contained in:
@@ -124,7 +124,7 @@ def _parse_argument_clinic(string):
|
||||
allow_kwargs = True
|
||||
|
||||
|
||||
class _AbstractArgumentsMixin(object):
|
||||
class _AbstractArgumentsMixin:
|
||||
def unpack(self, funcdef=None):
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
Reference in New Issue
Block a user