mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
Replace the diff parser imports with the modified path.
This commit is contained in:
@@ -11,7 +11,7 @@ from textwrap import dedent
|
||||
import jedi
|
||||
from jedi._compatibility import u
|
||||
from jedi.parser.python import load_grammar
|
||||
from jedi.parser.diff import FastParser
|
||||
from jedi.parser.python.diff import FastParser
|
||||
from jedi.parser.utils import save_parser
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user