mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Rename parser.utils to parser.cache.
This commit is contained in:
@@ -9,7 +9,7 @@ import pytest
|
||||
|
||||
import jedi
|
||||
from jedi import settings, cache
|
||||
from jedi.parser.utils import _NodeCacheItem
|
||||
from jedi.parser.cache import _NodeCacheItem
|
||||
from jedi.parser.python import load_grammar
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user