We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a0263 commit f469f63Copy full SHA for f469f63
src/objecttypes/conf/base.py
@@ -2,8 +2,6 @@
2
3
from .api import * # noqa
4
5
-init_sentry()
6
-
7
#
8
# Core Django settings
9
src/objecttypes/utils/autoschema.py
@@ -6,7 +6,7 @@
from drf_spectacular.utils import OpenApiParameter
from rest_framework.test import APIRequestFactory
from rest_framework_nested.viewsets import NestedViewSetMixin
-from vng_api_common.inspectors.view import HTTP_STATUS_CODE_TITLES
+from vng_api_common.schema import HTTP_STATUS_CODE_TITLES
10
11
12
class AutoSchema(_AutoSchema):
0 commit comments