1
0
forked from VimPlug/jedi

Move a test to parso.

This commit is contained in:
Dave Halter
2017-05-24 00:41:55 -04:00
parent cd8932fbfc
commit 7173559182
2 changed files with 1 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
from jedi._compatibility import is_py3
from jedi import parser_utils
from parso.python import parse
from parso import parse
from parso.python import tree
import pytest