refactor: reformatted all files

This commit is contained in:
ITQ
2025-02-21 08:25:45 +03:00
parent f0e95a4a2b
commit 4356994003
12 changed files with 91 additions and 80 deletions
@@ -1,7 +1,7 @@
from http import HTTPStatus as status
from uuid import UUID
from django.http import HttpRequest, Http404
from django.http import Http404, HttpRequest
from django.shortcuts import get_object_or_404
from ninja import Router