We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cede305 commit 14f9b27Copy full SHA for 14f9b27
pylsp/plugins/symbols.py
@@ -32,7 +32,7 @@ def pylsp_document_symbols(config, document):
32
if not add_import_symbols:
33
# Skip if there's an import in the code the symbol is defined.
34
code = d.get_line_code()
35
-
+
36
if pattern_import.match(code):
37
continue
38
0 commit comments