Skip to content

Commit 29461c6

Browse files
committed
Fix linting error.
1 parent 1a51971 commit 29461c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugins/test_symbols.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def main(x):
2323

2424
def test_symbols(config):
2525
doc = Document(DOC_URI, DOC)
26-
config.update({'plugins': {'jedi_symbols': {'all_scopes': False, 'hide_imports' : False}}})
26+
config.update({'plugins': {'jedi_symbols': {'all_scopes': False, 'hide_imports': False}}})
2727
symbols = pyls_document_symbols(config, doc)
2828

2929
# All four symbols (import sys, a, B, main, y)

0 commit comments

Comments
 (0)