mirror of
https://github.com/davidhalter/jedi.git
synced 2026-04-29 07:44:35 +08:00
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