Skip to content

Commit

Permalink
clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanandrews committed Jan 21, 2025
1 parent d3754db commit 1e5472a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions habhub-dataserver/habhub/ifcb_datasets/api2/views.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
import environ
import hashlib
import json
import datetime
import boto3
import urllib.parse
from collections import OrderedDict
from opensearchpy import OpenSearch, RequestsHttpConnection, AWSV4SignerAuth, helpers
from requests_aws4auth import AWS4Auth

from rest_framework import viewsets, status
from rest_framework import viewsets
from rest_framework.reverse import reverse
from rest_framework.decorators import action
from rest_framework.response import Response
from rest_framework_gis.fields import GeometryField
from django.utils.decorators import method_decorator
from django.views.decorators.cache import cache_page
from django.core.cache import cache
from .mixins import ScoresFiltersMixin
from ..models import Dataset

Expand Down

0 comments on commit 1e5472a

Please sign in to comment.