Skip to content

Commit ab0da36

Browse files
Update pandas-stubs/io/sql.pyi
Co-authored-by: Yi-Fan Wang <[email protected]>
1 parent 3a4a45a commit ab0da36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas-stubs/io/sql.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ def read_sql(
109109
index_col: str | list[str] | None = None,
110110
coerce_float: bool = True,
111111
params: (
112-
list[Scalar]
113-
| tuple[Scalar, ...]
112+
Sequence[Scalar]
114113
| tuple[tuple[Scalar, ...], ...]
115114
| Mapping[str, Scalar]
116115
| Mapping[str, tuple[Scalar, ...]]

0 commit comments

Comments
 (0)