Remove: unused APIView module

This commit is contained in:
Aroy-Art 2025-02-12 12:39:12 +01:00
parent 3657b4423f
commit acf48203b9
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -1,6 +1,5 @@
from rest_framework import generics
from rest_framework.response import Response
from rest_framework.views import APIView
from rest_framework.permissions import IsAuthenticated
from apps.archive.models import PostModel