1
0
mirror of https://github.com/Eugeny/tabby-web.git synced 2025-07-29 21:54:38 +00:00
This commit is contained in:
Eugene Pankov
2021-11-21 13:04:33 +01:00
parent 858a9d890b
commit 235804d2d9

@@ -1,7 +1,7 @@
import asyncio
import random
from rest_framework import fields, status
from rest_framework.exceptions import APIException, NotFound
from rest_framework.exceptions import APIException
from rest_framework.mixins import RetrieveModelMixin
from rest_framework.viewsets import GenericViewSet
from rest_framework.serializers import ModelSerializer