mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-08 05:20:57 +08:00
cleaning / pep8
This commit is contained in:
1
test/completion/thirdparty/jedi_.py
vendored
1
test/completion/thirdparty/jedi_.py
vendored
@@ -32,5 +32,6 @@ el = list(evaluate.get_names_for_scope(1))[0][1]
|
||||
el = list(evaluate.get_names_for_scope())[0][1]
|
||||
|
||||
# TODO here should stand evaluate.Instance() and so on.
|
||||
# need to understand list comprehensions
|
||||
#?
|
||||
el = list(evaluate.get_names_for_scope())[0][1][0]
|
||||
|
||||
Reference in New Issue
Block a user