Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
  • Loading branch information
BeryJu committed Jul 8, 2024
1 parent 8e827cf commit b4c8f81
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions authentik/root/settings.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"""root settings for authentik"""

import importlib
import orjson
from collections import OrderedDict
from hashlib import sha512
from pathlib import Path

import orjson
from celery.schedules import crontab
from django.conf import ImproperlyConfigured
from sentry_sdk import set_tag
Expand Down Expand Up @@ -179,9 +179,6 @@
"rest_framework.filters.OrderingFilter",
"rest_framework.filters.SearchFilter",
],
"DEFAULT_PARSER_CLASSES": [
"rest_framework.parsers.JSONParser",
],
"DEFAULT_PERMISSION_CLASSES": ("authentik.rbac.permissions.ObjectPermissions",),
"DEFAULT_AUTHENTICATION_CLASSES": (
"authentik.api.authentication.TokenAuthentication",
Expand Down

0 comments on commit b4c8f81

Please sign in to comment.