Skip to content

Commit 65b9d52

Browse files
committed
fix: lint
1 parent 80100b6 commit 65b9d52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resend/response.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
from typing import Any
1+
from typing import Any, Dict
22

33

4-
class ResponseDict(dict[str, Any]):
4+
class ResponseDict(Dict[str, Any]):
55
"""Dict subclass that supports attribute-style access.
66
77
This allows SDK responses to be accessed using either dict syntax

0 commit comments

Comments
 (0)