Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
saruniitr committed Nov 29, 2024
1 parent 415390d commit 5d9e50e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/data_workspace/v2/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from rest_framework import viewsets
from rest_framework.pagination import LimitOffsetPagination
from rest_framework.response import Response
from rest_framework.settings import api_settings

from rest_framework_csv.renderers import PaginatedCSVRenderer
Expand All @@ -17,7 +16,6 @@
Min,
)
from django.db.models.lookups import GreaterThan
from django.http import Http404

from api.applications.models import (
GoodOnApplication,
Expand Down

0 comments on commit 5d9e50e

Please sign in to comment.