We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253624d commit ae3180aCopy full SHA for ae3180a
tests/middlewares/admin_middleware/dto.py
@@ -1,7 +1,7 @@
1
from dataclasses import dataclass
2
-from typing import TypedDict
3
4
import pydantic
+from typing_extensions import TypedDict
5
6
7
@dataclass(frozen=True, slots=True)
0 commit comments