mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 23:04:48 +08:00
removed old code & pep8
This commit is contained in:
@@ -511,7 +511,7 @@ class Statement(Simple):
|
||||
call = Call(tok, result)
|
||||
result = result.set_next_chain_call(call)
|
||||
is_chain = False
|
||||
close_brackets = False
|
||||
close_brackets = False
|
||||
else:
|
||||
if close_brackets:
|
||||
result = result.parent
|
||||
|
||||
Reference in New Issue
Block a user