We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80100b6 commit 65b9d52Copy full SHA for 65b9d52
1 file changed
resend/response.py
@@ -1,7 +1,7 @@
1
-from typing import Any
+from typing import Any, Dict
2
3
4
-class ResponseDict(dict[str, Any]):
+class ResponseDict(Dict[str, Any]):
5
"""Dict subclass that supports attribute-style access.
6
7
This allows SDK responses to be accessed using either dict syntax
0 commit comments