mirror of
https://github.com/beetbox/beets.git
synced 2026-01-01 13:33:02 +01:00
Removed unicode_literals from test_info
This commit is contained in:
parent
9507bfb1e4
commit
1162082026
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)
|
||||
|
||||
from test._common import unittest
|
||||
from test.helper import TestHelper
|
||||
|
|
|
|||
Loading…
Reference in a new issue