parent
2ee4f67b6e
commit
8bed89157c
@ -1,8 +0,0 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Generic, Optional, T
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
|
||||
class FooGeneric(TypedDict, Generic[T]):
|
||||
a: Optional[T]
|
Loading…
Reference in new issue