Skip to content

Commit

Permalink
disable flake8 in credentials.py
Browse files Browse the repository at this point in the history
  • Loading branch information
teticio committed Sep 5, 2022
1 parent 61b13f1 commit 5fea973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def save_response_content(response, destination):
'wt',
encoding='utf8') as _file:
_file.write("""# pylint: disable=missing-module-docstring
# flake8: noqa
# This file is also "sourced" from bash, so do not add spaces around "="
SPOTIFY_CLIENT_ID='<Your client ID>'
SPOTIFY_CLIENT_SECRET='<Your secret>'
Expand Down

0 comments on commit 5fea973

Please sign in to comment.