1
0
forked from VimPlug/jedi

Some minor test changes to get typeshed almost fully working

This commit is contained in:
Dave Halter
2018-11-06 09:00:07 +01:00
parent 4491175db4
commit b847bb1c72
6 changed files with 10 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ Tests of ``jedi.api.Interpreter``.
import pytest
import jedi
from jedi._compatibility import is_py3, py_version, is_py35
from jedi._compatibility import is_py3, py_version
from jedi.evaluate.compiled import mixed