mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
Removed unicode_literals from test_fetchart
This commit is contained in:
parent
fc521efb34
commit
690498e87d
1 changed files with 1 additions and 2 deletions
|
|
@ -13,8 +13,7 @@
|
|||
# The above copyright notice and this permission notice shall be
|
||||
# included in all copies or substantial portions of the Software.
|
||||
|
||||
from __future__ import (division, absolute_import, print_function,
|
||||
unicode_literals)
|
||||
from __future__ import (division, absolute_import, print_function)
|
||||
|
||||
import os
|
||||
from test._common import unittest
|
||||
|
|
|
|||
Loading…
Reference in a new issue