Skip to content

Commit 6f5bc08

Browse files
committed
tweak
1 parent d2a93af commit 6f5bc08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/sqlite3/__init__.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ class Connection:
354354
aggregate_class: Callable[[], _SingleParamWindowAggregateClass[_SQLType]] | None,
355355
/,
356356
) -> None: ...
357-
# And for num_params = -1, which means the aggregate must accept any number of parameters.
358357
@overload
359358
def create_window_function(
360359
self, name: str, num_params: int, aggregate_class: Callable[[], _AnyParamWindowAggregateClass] | None, /

0 commit comments

Comments
 (0)