You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-05-22 22:07:12 +00:00
fix: fixed ruff
This commit is contained in:
@@ -16,4 +16,4 @@ router = Router(tags=["ping"])
|
|||||||
def index(
|
def index(
|
||||||
request: HttpRequest,
|
request: HttpRequest,
|
||||||
) -> schemas.PingOut:
|
) -> schemas.PingOut:
|
||||||
return schemas.PingOut(message_from_basement="АЛЕКСАНДР ШАХОВ Я ВАШ ФAНАТ")
|
return schemas.PingOut(message_from_basement="АЛЕКСАНДР ШАХОВ Я ВАШ ФAНАТ") # noqa: RUF001
|
||||||
|
|||||||
Reference in New Issue
Block a user