1
0
forked from VimPlug/jedi

Fix subscriptlist unpacking in Generics

This commit is contained in:
Dave Halter
2018-08-30 00:52:22 +02:00
parent 18e6a784e8
commit 1fce0b45f4
4 changed files with 21 additions and 6 deletions

View File

@@ -209,7 +209,7 @@ def optional(p):
as being of that type. Jedi doesn't do anything with the extra into that
it can be None as well
"""
#? int()
#? int() None
p
class ForwardReference: