Skip to content

Commit 14f9b27

Browse files
committed
fix
1 parent cede305 commit 14f9b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylsp/plugins/symbols.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def pylsp_document_symbols(config, document):
3232
if not add_import_symbols:
3333
# Skip if there's an import in the code the symbol is defined.
3434
code = d.get_line_code()
35-
35+
3636
if pattern_import.match(code):
3737
continue
3838

0 commit comments

Comments
 (0)