Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rocheleau committed Jul 17, 2023
1 parent e485368 commit 747508d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions chord_metadata_service/restapi/api_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from collections import Counter

from django.conf import settings
from django.http import HttpRequest
from django.views.decorators.cache import cache_page
from rest_framework.permissions import AllowAny
from rest_framework.response import Response
Expand All @@ -31,9 +30,7 @@
from chord_metadata_service.restapi.models import SchemaType
from drf_spectacular.utils import extend_schema, inline_serializer
from rest_framework import serializers
from rest_framework import status

from bento_lib.responses import errors
from chord_metadata_service.chord import data_types as dt

logger = logging.getLogger("restapi_api_views")
Expand Down

0 comments on commit 747508d

Please sign in to comment.