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
@@ -1,5 +1,5 @@
import pytest
from jedi.evaluate.context import TreeInstance
from jedi.inference.context import TreeInstance
def _eval_literal(Script, code, is_fstring=False):