Skip to content

Commit f469f63

Browse files
committed
🐛 update settings and imports after updating OAF
1 parent 46a0263 commit f469f63

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/objecttypes/conf/base.py

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
from .api import * # noqa
44

5-
init_sentry()
6-
75
#
86
# Core Django settings
97
#

src/objecttypes/utils/autoschema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from drf_spectacular.utils import OpenApiParameter
77
from rest_framework.test import APIRequestFactory
88
from rest_framework_nested.viewsets import NestedViewSetMixin
9-
from vng_api_common.inspectors.view import HTTP_STATUS_CODE_TITLES
9+
from vng_api_common.schema import HTTP_STATUS_CODE_TITLES
1010

1111

1212
class AutoSchema(_AutoSchema):

0 commit comments

Comments
 (0)