Skip to content

Commit 3f4b010

Browse files
GH1317 PR feedback
1 parent ab0da36 commit 3f4b010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/io/sql.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def read_sql(
109109
index_col: str | list[str] | None = None,
110110
coerce_float: bool = True,
111111
params: (
112-
Sequence[Scalar]
112+
Sequence[Scalar]
113113
| tuple[tuple[Scalar, ...], ...]
114114
| Mapping[str, Scalar]
115115
| Mapping[str, tuple[Scalar, ...]]

0 commit comments

Comments
 (0)