Removed import of unicode_literals from test_bucket

This commit is contained in:
Peter Kessen 2016-02-22 07:38:05 +01:00
parent 68dbbba6a0
commit 908f684d0a

View file

@ -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