mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 09:04:33 +01:00
Add a missing __future__ import
This commit is contained in:
parent
692dea39e8
commit
fc6658c110
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
"""Tests for the 'acousticbrainz' plugin.
|
||||
"""
|
||||
|
||||
from __future__ import absolute_import, print_function
|
||||
from __future__ import division, absolute_import, print_function
|
||||
|
||||
import json
|
||||
import os.path
|
||||
|
|
|
|||
Loading…
Reference in a new issue