mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-04 10:52:44 +08:00
Revert changes to test/completion and test/static_analysis except for 2.6 comment removal
This commit is contained in:
@@ -78,7 +78,7 @@ def isinstance_func(arr):
|
||||
# Names with multiple indices.
|
||||
# -----------------
|
||||
|
||||
class Test:
|
||||
class Test():
|
||||
def __init__(self, testing):
|
||||
if isinstance(testing, str):
|
||||
self.testing = testing
|
||||
|
||||
Reference in New Issue
Block a user