Skip to content

Commit 9e44db1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent f15265e commit 9e44db1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

stubs/Deprecated/deprecated/sphinx.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class SphinxAdapter(ClassicAdapter):
2323
) -> None: ...
2424
@overload
2525
def __call__(self, wrapped: _F) -> _F: ...
26-
2726
@overload
2827
def __call__(self, wrapped: _F) -> Callable[[_F], _F]: ...
2928
"""
@@ -34,7 +33,7 @@ class SphinxAdapter(ClassicAdapter):
3433
def get_deprecated_msg(self, wrapped: _F, instance: Any) -> str: ...
3534
"""
3635
:param wrapped: Wrapped class or function.
37-
36+
3837
:param instance: The object to which the wrapped function was bound when it was called.
3938
"""
4039

0 commit comments

Comments
 (0)