forked from VimPlug/jedi
Don't need to inherit from object anymore
This commit is contained in:
@@ -26,7 +26,7 @@ CODES = {
|
||||
}
|
||||
|
||||
|
||||
class Error(object):
|
||||
class Error:
|
||||
def __init__(self, name, module_path, start_pos, message=None):
|
||||
self.path = module_path
|
||||
self._start_pos = start_pos
|
||||
|
||||
Reference in New Issue
Block a user