Skip to content

Commit d718168

Browse files
authored
Merge branch 'main' into patch-6
2 parents 6ecd830 + 60a6695 commit d718168

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] = ...,
20+
category: type[Warning] = DeprecationWarning, # noqa: Y011
2121
extra_stacklevel: int = 0,
2222
line_length: int = 70,
2323
) -> None: ...

0 commit comments

Comments
 (0)