Skip to content

Commit a0e6954

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

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
@@ -30,7 +30,7 @@ class SphinxAdapter(ClassicAdapter):
3030
3131
:return: the decorated class or function.
3232
"""
33-
def get_deprecated_msg(self, wrapped:Any, instance: Any) -> str: ...
33+
def get_deprecated_msg(self, wrapped: Any, instance: Any) -> str: ...
3434
"""
3535
:param wrapped: Wrapped class or function.
3636

0 commit comments

Comments
 (0)