1
0
forked from VimPlug/jedi

Remove the common folder and move it to a common file

This commit is contained in:
Dave Halter
2020-05-08 13:23:56 +02:00
parent 138c22afe9
commit 25973554e2
8 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
from jedi.inference.base_value import ValueSet, NO_VALUES
from jedi.common.utils import monkeypatch
from jedi.common import monkeypatch
class AbstractLazyValue(object):