Skip to content

Commit 98368be

Browse files
committed
Fix imports
1 parent 27086d2 commit 98368be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugins/test_symbols.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def main(x):
3030
3131
"""
3232

33+
3334
def helper_check_symbols_all_scope(symbols):
3435
# All eight symbols (import sys, a, B, __init__, x, y, main, y)
3536
assert len(symbols) == 8
@@ -47,7 +48,6 @@ def sym(name):
4748
assert sym('a')['location']['range']['start'] == {'line': 2, 'character': 0}
4849

4950

50-
5151
def test_symbols(config):
5252
doc = Document(DOC_URI, DOC)
5353
config.update({'plugins': {'jedi_symbols': {'all_scopes': False}}})

0 commit comments

Comments
 (0)