mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-02 19:40:13 +03:00
removed white space in blank line (caused flake8 to fail)
This commit is contained in:
parent
18fa6372d2
commit
1f9d2165b9
|
@ -13,7 +13,7 @@ def get_docs_view(
|
|||
authentication_classes=api_settings.DEFAULT_AUTHENTICATION_CLASSES,
|
||||
permission_classes=api_settings.DEFAULT_PERMISSION_CLASSES,
|
||||
renderer_classes=None):
|
||||
|
||||
|
||||
if renderer_classes is None:
|
||||
renderer_classes = [DocumentationRenderer, CoreJSONRenderer]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user