Skip to content

Commit cdad103

Browse files
committed
Remove useless comment
1 parent 8858b06 commit cdad103

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyls/plugins/jedi_lint.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ def pyls_lint(document):
1414
},
1515
'end': {
1616
'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.
1917
'character': error.until_column,
2018
},
2119
}

0 commit comments

Comments
 (0)