forked from VimPlug/jedi
ImportError detection
This commit is contained in:
@@ -7,6 +7,7 @@ from jedi import debug
|
||||
|
||||
CODES = {
|
||||
'attribute-error': (1, 'Potential AttributeError.'),
|
||||
'import-error': (2, 'Potential ImportError.'),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user