forked from VimPlug/jedi
Don't need to inherit from object anymore
This commit is contained in:
@@ -53,7 +53,7 @@ class FunctionAndClassBase(TreeValue):
|
||||
return None
|
||||
|
||||
|
||||
class FunctionMixin(object):
|
||||
class FunctionMixin:
|
||||
api_type = 'function'
|
||||
|
||||
def get_filters(self, origin_scope=None):
|
||||
|
||||
Reference in New Issue
Block a user