Skip to content

Commit 199a193

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 604b541 commit 199a193

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

stdlib/sqlite3/__init__.pyi

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -373,11 +373,7 @@ class Connection:
373373
) -> None: ...
374374
@overload
375375
def create_window_function(
376-
self,
377-
name: str,
378-
num_params: Literal[-1],
379-
aggregate_class: Callable[[], _AnyArgsWindowAggregateClass] | None,
380-
/,
376+
self, name: str, num_params: Literal[-1], aggregate_class: Callable[[], _AnyArgsWindowAggregateClass] | None, /
381377
) -> None: ...
382378
@overload
383379
def create_window_function(

0 commit comments

Comments
 (0)