diff --git a/apis_ontology/settings.py b/apis_ontology/settings.py index a9093f7..c776f95 100644 --- a/apis_ontology/settings.py +++ b/apis_ontology/settings.py @@ -61,9 +61,9 @@ # see https://www.django-rest-framework.org/api-guide/permissions/ -REST_FRAMEWORK[ - "DEFAULT_PERMISSION_CLASSES" -] = "rest_framework.permissions.IsAuthenticated" +REST_FRAMEWORK["DEFAULT_PERMISSION_CLASSES"] = ( + "rest_framework.permissions.IsAuthenticated", +) # drf-spectacular # see https://drf-spectacular.readthedocs.io/en/latest/settings.html