Skip to content

Commit b5a5079

Browse files
committed
Remove empty line
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 8a1d24c commit b5a5079

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

vulnerablecode/settings.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
"django.contrib.messages.context_processors.messages",
8787
"django.template.context_processors.request",
8888
"django.template.context_processors.static",
89-
9089
],
9190
},
9291
},
@@ -139,9 +138,7 @@
139138
# Django restframework
140139

141140
REST_FRAMEWORK = {
142-
"DEFAULT_FILTER_BACKENDS": (
143-
"django_filters.rest_framework.DjangoFilterBackend",
144-
),
141+
"DEFAULT_FILTER_BACKENDS": ("django_filters.rest_framework.DjangoFilterBackend",),
145142
"DEFAULT_PAGINATION_CLASS": "rest_framework.pagination.LimitOffsetPagination",
146143
"PAGE_SIZE": 100,
147144
}

0 commit comments

Comments
 (0)