forked from VimPlug/jedi
Merge branch 'master' into mypy
This commit is contained in:
@@ -45,7 +45,7 @@ try:
|
||||
_inited = True
|
||||
|
||||
except ImportError:
|
||||
class Fore(object): # type: ignore[no-redef]
|
||||
class Fore: # type: ignore[no-redef]
|
||||
RED = ''
|
||||
GREEN = ''
|
||||
YELLOW = ''
|
||||
|
||||
Reference in New Issue
Block a user