mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-05 20:04:17 +08:00
Move the python parser tree.
This commit is contained in:
@@ -15,7 +15,7 @@ Unfortunately every other thing is being ignored (e.g. a == '' would be easy to
|
||||
check for -> a is a string). There's big potential in these checks.
|
||||
"""
|
||||
|
||||
from jedi.parser import tree
|
||||
from jedi.parser.python import tree
|
||||
from jedi import debug
|
||||
from jedi.common import unite
|
||||
from jedi import settings
|
||||
|
||||
Reference in New Issue
Block a user