Skip to content

Commit 0bfe385

Browse files
committed
fix: Typing fixes
1 parent f558400 commit 0bfe385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asknews_sdk/dto/alert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
class ReportParams(BaseModel):
19-
query: Optional[List[List[str, str]]] = Field(
19+
query: Optional[List[List[str]]] = Field(
2020
None,
2121
description=(
2222
"The optional prompt to use for report generation. The prompt should be a list of "

0 commit comments

Comments
 (0)