Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
JJFlorian committed Mar 19, 2024
1 parent 79e26fe commit 33e475a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/views.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
from django.contrib.auth import logout
from django.http import HttpResponseRedirect
from django.shortcuts import redirect
from django.urls import reverse
from django_filters.rest_framework import DjangoFilterBackend
from django.http import HttpResponseRedirect
from rest_framework import generics, permissions, status, views
from rest_framework.response import Response
from rest_framework.reverse import reverse as drf_reverse


from . import filters, mixins, models, serializers, tasks


Expand Down

0 comments on commit 33e475a

Please sign in to comment.