1
0
forked from VimPlug/jedi

Remove py__version__

This commit is contained in:
Dave Halter
2020-07-02 02:28:47 +02:00
parent 0cd6a8f5cc
commit db28eee760
6 changed files with 8 additions and 26 deletions

View File

@@ -7,7 +7,6 @@ information returned to enable Jedi to make decisions.
import types
from jedi import debug
from jedi._compatibility import py_version
_sentinel = object()
@@ -65,7 +64,7 @@ def _static_getmro_newstyle(klass):
return mro
if py_version >= 30:
if True:
_shadowed_dict = _shadowed_dict_newstyle
_get_type = type
_static_getmro = _static_getmro_newstyle