Fixed flake8 warning W292 for Python 3.4 about missing newline at end of file.

This commit is contained in:
Mike Cameron 2017-01-10 19:19:09 -05:00
parent bba5a7c712
commit 0dd763c5ef

View file

@ -158,4 +158,4 @@ def apply_metadata(album_info, mapping):
if track_info.arranger is not None:
item.arranger = track_info.arranger
item.track_alt = track_info.track_alt
item.track_alt = track_info.track_alt