Skip to content

Commit

Permalink
fixes error in dataclass
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobessa committed Nov 7, 2024
1 parent 3827d93 commit f9cd314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vintasend/services/dataclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def __setitem__(
int
| float
| str
| list["NotificationContextDict"]
| dict[str, "NotificationContextDict"]
| list
| dict
),
):
raise TypeError("Value must be an int, float, str, list, or dict")
Expand Down

0 comments on commit f9cd314

Please sign in to comment.