mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-19 12:01:12 +08:00
Revert changes to test/completion and test/static_analysis except for 2.6 comment removal
This commit is contained in:
@@ -191,7 +191,7 @@ a
|
||||
# isinstance
|
||||
# -----------------
|
||||
|
||||
class A: pass
|
||||
class A(): pass
|
||||
|
||||
def isinst(x):
|
||||
if isinstance(x, A):
|
||||
@@ -251,7 +251,7 @@ if False:
|
||||
# True objects like modules
|
||||
# -----------------
|
||||
|
||||
class X:
|
||||
class X():
|
||||
pass
|
||||
if X:
|
||||
a = 1
|
||||
|
||||
Reference in New Issue
Block a user