mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-19 14:59:41 +08:00
The Python 3.6 requirement is now the lowest supported version
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
"""
|
||||
PEP 526 introduced a new way of using type annotations on variables. It was
|
||||
introduced in Python 3.6.
|
||||
PEP 526 introduced a way of using type annotations on variables.
|
||||
"""
|
||||
# python >= 3.6
|
||||
|
||||
import typing
|
||||
|
||||
asdf = ''
|
||||
|
||||
Reference in New Issue
Block a user