Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 30, 2019
1 parent 1177283 commit af38616
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bum/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def bytes_to_file(input_data, output_file):


def default_album_art():
"""Return default album art as bytes."""
return base64.b64decode("""
iVBORw0KGgoAAAANSUhEUgAAAOYAAADmAQMAAAD7pGv4AAAABGdBTUEAALGPC/xhBQAAAAFzUkdC
AK7OHOkAAAAGUExURf///yIkJdTndBEAAAKFSURBVFjDpdmxbSMxEIVhGhdMxgpYhEKWxdDhZdfW
Expand All @@ -29,4 +30,4 @@ def default_album_art():
gl0IOxh2P+ic2HWxY2O3x06RXSY7VHa36IzZVbMjZzfPTqBdRDuQi8lrK/HZNbXjarfWTq9dYjvM
i+JkS9jYFbejbjfeTr5PAXyCsCg+t4SrTz18YuLTFp/U+JTHJ0QX9F7aG+0bqTynufgX4tAAAAAA
SUVORK5CYII=
""")
""")

0 comments on commit af38616

Please sign in to comment.