Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 6ce758c

Browse files
committed
fixed flake8
1 parent 4182fb9 commit 6ce758c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/backend/settings/development.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ def show_toolbar(request):
6565
'--no-browser',
6666
]
6767

68-
AWS_ACCESS_KEY_ID = os.environ.get('AWS_ACCESS_KEY_ID', 'key_id')
69-
AWS_SECRET_ACCESS_KEY = os.environ.get('AWS_SECRET_ACCESS_KEY', 'key')
68+
AWS_ACCESS_KEY_ID = os.environ.get('AWS_ACCESS_KEY_ID', 'key_id') # noqa
69+
AWS_SECRET_ACCESS_KEY = os.environ.get('AWS_SECRET_ACCESS_KEY', 'key') # noqa
7070

7171
STATIC_URL = '/static/'
7272

0 commit comments

Comments
 (0)