1
0
forked from VimPlug/jedi

Prepare replacing get_iterator_types.

This commit is contained in:
Dave Halter
2015-09-22 17:34:46 +02:00
parent 88bcb8e476
commit 786217acad
3 changed files with 9 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ CODES = {
'type-error-star-star': (9, TypeError, None),
'type-error-star': (10, TypeError, None),
'type-error-operation': (11, TypeError, None),
'type-error-not-iterable': (12, TypeError, None),
}