mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
Actually use parso now instead of Jedi.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from jedi._compatibility import u, is_py3
|
||||
from jedi import parser_utils
|
||||
from jedi.parser.python import parse
|
||||
from jedi.parser.python import tree
|
||||
from parso.python import parse
|
||||
from parso.python import tree
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user