1
0
forked from VimPlug/jedi

Improve call signature detection by a lot

Fixes #1399
This commit is contained in:
Dave Halter
2019-12-04 23:55:26 +01:00
parent 4ba3dc69b3
commit 700bd12122
3 changed files with 53 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ just one.
"""
from functools import reduce
from operator import add
from parso.python.tree import ExprStmt, SyncCompFor, Name
from parso.python.tree import Name
from jedi import debug
from jedi._compatibility import zip_longest, unicode