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 1c509f9 commit b82ff8fCopy full SHA for b82ff8f
pyls/plugins/importmagic_lint.py
@@ -20,7 +20,7 @@
20
_index_cache = {}
21
22
23
-class _SourceReader():
+class _SourceReader(object):
24
# Used to tokenize python source code
25
def __init__(self, source):
26
self.lines = re.findall(r'[^\n]*\n?', source)
0 commit comments