forked from VimPlug/jedi
Fix a lot of test related typing issues
This commit is contained in:
@@ -13,7 +13,7 @@ class SomeClass:
|
||||
def twice(self, b):
|
||||
pass
|
||||
|
||||
def some_function():
|
||||
def some_function(self):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user