1
0
forked from VimPlug/jedi

print_to_stderr can be replaced with a proper future import

This commit is contained in:
Dave Halter
2019-04-03 09:36:04 +02:00
parent c997d568f3
commit c0f5c5f24c
4 changed files with 8 additions and 14 deletions
@@ -22,7 +22,7 @@ except ImportError:
from Queue import Queue, Empty # python 2.7
from jedi._compatibility import queue, is_py3, force_unicode, \
pickle_dump, pickle_load, GeneralizedPopen, print_to_stderr
pickle_dump, pickle_load, GeneralizedPopen
from jedi import debug
from jedi.cache import memoize_method
from jedi.evaluate.compiled.subprocess import functions