diff options
author | 2021-01-28 03:05:53 +0530 | |
---|---|---|
committer | 2021-01-28 03:05:53 +0530 | |
commit | 83b5f8ebd9c17fe6a444765f8d3a8ead431fa916 (patch) | |
tree | 40c69872ff5d762d2fce73f26b2f479a9b621143 /pydis_site/settings.py | |
parent | update paginated response in list infraction (diff) |
Styling fixes
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r-- | pydis_site/settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index 8f5c58ef..50caab80 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -231,7 +231,6 @@ REST_FRAMEWORK = { 'rest_framework.permissions.DjangoModelPermissions', ), 'TEST_REQUEST_DEFAULT_FORMAT': 'json' - } # Logging |