diff --git a/vng_api_common/views.py b/vng_api_common/views.py index 093bd0c7..85740877 100644 --- a/vng_api_common/views.py +++ b/vng_api_common/views.py @@ -1,3 +1,4 @@ +import logging import os from collections import OrderedDict from typing import Optional @@ -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