Skip to content

Commit

Permalink
new style class
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed Nov 15, 2019
1 parent 1c509f9 commit b82ff8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyls/plugins/importmagic_lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
_index_cache = {}


class _SourceReader():
class _SourceReader(object):
# Used to tokenize python source code
def __init__(self, source):
self.lines = re.findall(r'[^\n]*\n?', source)
Expand Down

0 comments on commit b82ff8f

Please sign in to comment.