mirror of
https://github.com/beetbox/beets.git
synced 2026-02-21 23:03:26 +01:00
Removed import of unicode_literals from test_bucket
This commit is contained in:
parent
68dbbba6a0
commit
908f684d0a
1 changed files with 1 additions and 2 deletions
|
|
@ -15,8 +15,7 @@
|
|||
|
||||
"""Tests for the 'bucket' plugin."""
|
||||
|
||||
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 bucket
|
||||
|
|
|
|||
Loading…
Reference in a new issue