forked from VimPlug/jedi
Don't need to inherit from object anymore
This commit is contained in:
@@ -45,7 +45,7 @@ try:
|
||||
_inited = True
|
||||
|
||||
except ImportError:
|
||||
class Fore(object):
|
||||
class Fore:
|
||||
RED = ''
|
||||
GREEN = ''
|
||||
YELLOW = ''
|
||||
|
||||
Reference in New Issue
Block a user