1
0
forked from VimPlug/jedi

Add a latest grammar to the evaluator and use it to avoid importing from parso import parse.

This commit is contained in:
Dave Halter
2017-05-24 00:37:36 -04:00
parent b90589b62e
commit cd8932fbfc
10 changed files with 31 additions and 26 deletions

View File

@@ -11,7 +11,6 @@ import pytest
from jedi import Script
from jedi import api
from jedi import common
from jedi.evaluate import imports
from parso.python import parse
from .helpers import TestCase, cwd_at