mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 11:32:30 +01:00
Fix PEP8 checks
This commit is contained in:
parent
85d6ef4a80
commit
c4835336a5
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue