Move the evaluate package to inference

This commit is contained in:
Dave Halter
2019-08-15 00:14:26 +02:00
parent e4d1e5455f
commit 3b4f292464
81 changed files with 430 additions and 430 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from . import refactor
import jedi
from jedi.api.environment import InterpreterEnvironment
from jedi.evaluate.analysis import Warning
from jedi.inference.analysis import Warning
def pytest_addoption(parser):