Remove supported Pythons from environments

This commit is contained in:
Dave Halter
2020-07-02 01:52:44 +02:00
parent b639e7fd11
commit eea35ffc31
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ import weakref
from functools import partial
from threading import Thread
from jedi._compatibility import is_py3, \
from jedi._compatibility import \
pickle_dump, pickle_load, GeneralizedPopen
from jedi import debug
from jedi.cache import memoize_method