mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 22:42:44 +01:00
Removed unicode_literals from test_lyrics
This commit is contained in:
parent
a94bfa9eb9
commit
9507bfb1e4
1 changed files with 1 additions and 2 deletions
|
|
@ -15,8 +15,7 @@
|
|||
|
||||
"""Tests for the 'lyrics' plugin."""
|
||||
|
||||
from __future__ import (division, absolute_import, print_function,
|
||||
unicode_literals)
|
||||
from __future__ import (division, absolute_import, print_function)
|
||||
|
||||
import os
|
||||
from test import _common
|
||||
|
|
|
|||
Loading…
Reference in a new issue