refactor: remove unnecessary imports

This commit is contained in:
moanos [he/him] 2024-11-30 09:31:14 +01:00
parent b63b87872b
commit 5771968981

View File

@ -1,9 +1,5 @@
from rest_framework.views import APIView from rest_framework.views import APIView
from rest_framework.response import Response from rest_framework.response import Response
from rest_framework import status
from rest_framework import permissions
from rest_framework.decorators import api_view, permission_classes
from rest_framework.permissions import IsAuthenticated
from django.db import transaction from django.db import transaction
from fellchensammlung.models import AdoptionNotice, Animal, Log, TrustLevel from fellchensammlung.models import AdoptionNotice, Animal, Log, TrustLevel
from fellchensammlung.tasks import add_adoption_notice_location from fellchensammlung.tasks import add_adoption_notice_location