mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-10 22:12:24 +08:00
Revert changes to test/completion and test/static_analysis except for 2.6 comment removal
This commit is contained in:
@@ -24,7 +24,7 @@ async def x2():
|
||||
#? ['readlines']
|
||||
f.readlines
|
||||
|
||||
class A:
|
||||
class A():
|
||||
@staticmethod
|
||||
async def b(c=1, d=2):
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user