mirror of
https://github.com/davidhalter/jedi.git
synced 2026-04-27 22:35:29 +08:00
Remove Python 3.9 and 3.10
This commit is contained in:
@@ -459,8 +459,6 @@ X().just_partial('')[0]
|
||||
#? str()
|
||||
X().just_partial('')[1]
|
||||
|
||||
# python >= 3.8
|
||||
|
||||
@functools.lru_cache
|
||||
def x() -> int: ...
|
||||
@functools.lru_cache()
|
||||
|
||||
Reference in New Issue
Block a user