forked from VimPlug/jedi
Drop support for EOL Python 2.6
This commit is contained in:
@@ -47,10 +47,6 @@ b
|
||||
class Employee:
|
||||
pass
|
||||
|
||||
# The typing library is not installable for Python 2.6, therefore ignore the
|
||||
# following tests.
|
||||
# python >= 2.7
|
||||
|
||||
from typing import List
|
||||
x = [] # type: List[Employee]
|
||||
#? Employee()
|
||||
|
||||
Reference in New Issue
Block a user