Skip to content

Commit

Permalink
💚 [#29] clean after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Nov 28, 2024
1 parent ccde16b commit eefd8bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vng_api_common/views.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import logging
import os
from collections import OrderedDict
from typing import Optional
Expand All @@ -14,7 +15,7 @@
from rest_framework.response import Response
from rest_framework.views import exception_handler as drf_exception_handler

from vng_api_common.client import Client, ClientError
from vng_api_common.client import Client

from . import exceptions
from .compat import sentry_client
Expand Down

0 comments on commit eefd8bb

Please sign in to comment.