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 8858b06 commit cdad103Copy full SHA for cdad103
pyls/plugins/jedi_lint.py
@@ -14,8 +14,6 @@ def pyls_lint(document):
14
},
15
'end': {
16
'line': error.until_line - 1,
17
- # It's possible that we're linting an empty file. Even an empty
18
- # file might fail linting if it isn't named properly.
19
'character': error.until_column,
20
21
}
0 commit comments