Fix PEP8 checks

This commit is contained in:
Johannes Baiter 2016-06-21 11:20:16 +02:00
parent 85d6ef4a80
commit c4835336a5

View file

@ -14,6 +14,8 @@
"""Adds Beatport release and track search support to the autotagger
"""
from __future__ import division, absolute_import, print_function
import json
import re
from datetime import datetime, timedelta