We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a51971 commit 29461c6Copy full SHA for 29461c6
test/plugins/test_symbols.py
@@ -23,7 +23,7 @@ def main(x):
23
24
def test_symbols(config):
25
doc = Document(DOC_URI, DOC)
26
- config.update({'plugins': {'jedi_symbols': {'all_scopes': False, 'hide_imports' : False}}})
+ config.update({'plugins': {'jedi_symbols': {'all_scopes': False, 'hide_imports': False}}})
27
symbols = pyls_document_symbols(config, doc)
28
29
# All four symbols (import sys, a, B, main, y)
0 commit comments