lint: linted

This commit is contained in:
Андрей Сумин
2025-03-01 02:35:09 +03:00
parent 999f5b0690
commit 33b081e433
7 changed files with 28 additions and 25 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ router = NinjaAPI(
version="1",
description="API docs for DataRush",
openapi_url="/docs/openapi.json",
auth=BearerAuth()
auth=BearerAuth(),
)