1
0
forked from VimPlug/jedi

erroneus star arguments warning

This commit is contained in:
Dave Halter
2014-06-07 13:10:19 +02:00
parent 62db176e5e
commit c8b7d79b54
3 changed files with 25 additions and 14 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ CODES = {
'type-error-too-few-arguments': (6, TypeError, None),
'type-error-keyword-argument': (7, TypeError, None),
'type-error-multiple-values': (8, TypeError, None),
'type-error-star-star-mapping': (9, TypeError, None),
'type-error-star-star': (9, TypeError, None),
'type-error-star': (9, TypeError, None),
}