Skip to content

Commit abdfdc3

Browse files
pre-commit-ci[bot]jonathandung
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent f8b505d commit abdfdc3

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

stdlib/warnings.pyi

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,7 @@ def formatwarning(
4343
message: Warning | str, category: type[Warning], filename: str, lineno: int, line: str | None = None
4444
) -> str: ...
4545
def filterwarnings(
46-
action: _ActionKind,
47-
message: str = "",
48-
category: type[Warning] = ...,
49-
module: str = "",
50-
lineno: int = 0,
51-
append: bool = False,
46+
action: _ActionKind, message: str = "", category: type[Warning] = ..., module: str = "", lineno: int = 0, append: bool = False
5247
) -> None: ...
5348
def simplefilter(
5449
action: _ActionKind, category: type[Warning] | tuple[type[Warning], ...] = ..., lineno: int = 0, append: bool = False

0 commit comments

Comments
 (0)