mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-20 15:48:26 +08:00
Actually use parso now instead of Jedi.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from jedi._compatibility import Python3Method
|
||||
from jedi.common import unite
|
||||
from jedi.parser.python.tree import ExprStmt, CompFor
|
||||
from parso.python.tree import ExprStmt, CompFor
|
||||
from jedi.parser_utils import clean_scope_docstring, get_doc_with_call_signature
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user