mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 18:12:19 +01:00
Removed unicode_literals from test_player
This commit is contained in:
parent
945c4e201d
commit
a77d3207cf
1 changed files with 1 additions and 2 deletions
|
|
@ -15,8 +15,7 @@
|
|||
|
||||
"""Tests for BPD and music playing.
|
||||
"""
|
||||
from __future__ import (division, absolute_import, print_function,
|
||||
unicode_literals)
|
||||
from __future__ import (division, absolute_import, print_function)
|
||||
|
||||
from test._common import unittest
|
||||
from beetsplug import bpd
|
||||
|
|
|
|||
Loading…
Reference in a new issue