refactor: reformatted all files

This commit is contained in:
ITQ
2025-02-21 08:25:45 +03:00
parent 7ee392da8e
commit 7547376f8d
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