Skip to content

Commit 2cf8ade

Browse files
authored
Fixed type hint for patch_signals
1 parent ac15361 commit 2cf8ade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/datastar_py/sse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def remove_elements(
136136
@classmethod
137137
def patch_signals(
138138
cls,
139-
signals: dict | str,
139+
signals: dict[str, str] | str,
140140
event_id: str | None = None,
141141
only_if_missing: bool | None = None,
142142
retry_duration: int | None = None,

0 commit comments

Comments
 (0)