forked from VimPlug/jedi
Remove Python 3.9 and 3.10
This commit is contained in:
@@ -476,8 +476,6 @@ dynamic_annotation('')
|
||||
# TypeDict
|
||||
# -------------------------
|
||||
|
||||
# python >= 3.8
|
||||
|
||||
class Foo(typing.TypedDict):
|
||||
foo: str
|
||||
bar: typing.List[float]
|
||||
|
||||
Reference in New Issue
Block a user