1
0
forked from VimPlug/jedi

Fix an issue with type vars

This commit is contained in:
Dave Halter
2018-09-22 21:00:42 +02:00
parent 389d4e3d9c
commit 994e7d1910
7 changed files with 63 additions and 61 deletions

View File

@@ -159,7 +159,7 @@ class AnonymousArguments(AbstractArguments):
execution_context.evaluator,
execution_context,
execution_context.tree_node
)
), []
def __repr__(self):
return '%s()' % self.__class__.__name__