mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-09 12:51:25 +08:00
Actually use parso now instead of Jedi.
This commit is contained in:
@@ -15,7 +15,7 @@ import time
|
||||
import inspect
|
||||
|
||||
from jedi import settings
|
||||
from jedi.parser.cache import parser_cache
|
||||
from parso.cache import parser_cache
|
||||
|
||||
_time_caches = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user