mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-19 07:24:13 +08:00
Drop support for EOL Python 2.6
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import pytest
|
||||
|
||||
import jedi
|
||||
from jedi._compatibility import py_version, unicode
|
||||
from jedi._compatibility import py_version
|
||||
|
||||
|
||||
def _eval_literal(code):
|
||||
|
||||
Reference in New Issue
Block a user