We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d603349 commit ec732dbCopy full SHA for ec732db
1 file changed
src/labthings_fastapi/properties.py
@@ -55,11 +55,10 @@ class attribute. Documentation is in strings immediately following the
55
Callable,
56
Generic,
57
TypeVar,
58
- TypedDict,
59
overload,
60
TYPE_CHECKING,
61
)
62
-from typing_extensions import Self
+from typing_extensions import Self, TypedDict
63
from weakref import WeakSet
64
65
from fastapi import Body, FastAPI
0 commit comments