1
0
forked from VimPlug/jedi

Merge branch 'master' into mypy

This commit is contained in:
Peter Law
2020-07-26 12:25:19 +01:00
35 changed files with 58 additions and 58 deletions

View File

@@ -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 = ''