mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Removed unicode_literals form test_pipeline
This commit is contained in:
parent
9fffd26267
commit
945c4e201d
1 changed files with 1 additions and 2 deletions
|
|
@ -15,8 +15,7 @@
|
|||
|
||||
"""Test the "pipeline.py" restricted parallel programming library.
|
||||
"""
|
||||
from __future__ import (division, absolute_import, print_function,
|
||||
unicode_literals)
|
||||
from __future__ import (division, absolute_import, print_function)
|
||||
|
||||
from test._common import unittest
|
||||
from beets.util import pipeline
|
||||
|
|
|
|||
Loading…
Reference in a new issue