Skip to content

Commit 4585350

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stdlib/typing.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ if sys.version_info < (3, 15):
425425
if sys.version_info >= (3, 13):
426426
@deprecated("Deprecated since Python 3.13; removed in Python 3.15.")
427427
def no_type_check_decorator(decorator: Callable[_P, _T]) -> Callable[_P, _T]: ...
428-
428+
429429
else:
430430
def no_type_check_decorator(decorator: Callable[_P, _T]) -> Callable[_P, _T]: ...
431431

0 commit comments

Comments
 (0)