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 c3cab77 commit 455402bCopy full SHA for 455402b
test/plugins/test_pylint_lint.py
@@ -45,7 +45,7 @@ def test_pylint(config):
45
msg = '[unused-import] Unused import sys'
46
unused_import = [d for d in diags if d['message'] == msg][0]
47
48
- assert unused_import['range']['start'] == {'line': 0, 'character': 0}
+ assert unused_import['range']['start'] == {'line': 0, 'character': 12}
49
assert unused_import['severity'] == lsp.DiagnosticSeverity.Warning
50
51
0 commit comments