Skip to content

Commit

Permalink
Fix linting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
CXuesong committed Apr 7, 2019
1 parent 1a51971 commit 29461c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugins/test_symbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def main(x):

def test_symbols(config):
doc = Document(DOC_URI, DOC)
config.update({'plugins': {'jedi_symbols': {'all_scopes': False, 'hide_imports' : False}}})
config.update({'plugins': {'jedi_symbols': {'all_scopes': False, 'hide_imports': False}}})
symbols = pyls_document_symbols(config, doc)

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

0 comments on commit 29461c6

Please sign in to comment.