forked from VimPlug/jedi
Don't need to inherit from object anymore
This commit is contained in:
@@ -5,7 +5,7 @@ from jedi import debug
|
||||
from jedi import parser_utils
|
||||
|
||||
|
||||
class _SignatureMixin(object):
|
||||
class _SignatureMixin:
|
||||
def to_string(self):
|
||||
def param_strings():
|
||||
is_positional = False
|
||||
|
||||
Reference in New Issue
Block a user