Skip to content

Commit b82ff8f

Browse files
committed
new style class
1 parent 1c509f9 commit b82ff8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyls/plugins/importmagic_lint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
_index_cache = {}
2121

2222

23-
class _SourceReader():
23+
class _SourceReader(object):
2424
# Used to tokenize python source code
2525
def __init__(self, source):
2626
self.lines = re.findall(r'[^\n]*\n?', source)

0 commit comments

Comments
 (0)