Skip to content

Commit fa8c798

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent d6cad72 commit fa8c798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/Deprecated/deprecated/sphinx.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class SphinxAdapter(ClassicAdapter):
1717
reason: str = "",
1818
version: str = "",
1919
action: _Actions | None = None,
20-
category: type[Warning] = DeprecationWarning, # noqa: Y011
20+
category: type[Warning] = DeprecationWarning, # noqa: Y011
2121
extra_stacklevel: int = 0,
2222
line_length: int = 70,
2323
) -> None: ...

0 commit comments

Comments
 (0)