From fd0634e3535641840196bf2461444ebd1647bbc0 Mon Sep 17 00:00:00 2001 From: ITQ Date: Mon, 20 Jan 2025 16:09:52 +0300 Subject: [PATCH] fix: fixed ruff --- solution/api/v1/ping/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/api/v1/ping/views.py b/solution/api/v1/ping/views.py index 60fe92b..2de7134 100644 --- a/solution/api/v1/ping/views.py +++ b/solution/api/v1/ping/views.py @@ -16,4 +16,4 @@ router = Router(tags=["ping"]) def index( request: HttpRequest, ) -> schemas.PingOut: - return schemas.PingOut(message_from_basement="АЛЕКСАНДР ШАХОВ Я ВАШ ФAНАТ") + return schemas.PingOut(message_from_basement="АЛЕКСАНДР ШАХОВ Я ВАШ ФAНАТ") # noqa: RUF001