From 9507bfb1e4f7785321b20239b90cdeaa0d0f890d Mon Sep 17 00:00:00 2001
From: Peter Kessen
Date: Mon, 22 Feb 2016 07:42:31 +0100
Subject: [PATCH] Removed unicode_literals from test_lyrics
---
test/test_lyrics.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/test/test_lyrics.py b/test/test_lyrics.py
index bd2e69e97..1af6f4652 100644
--- a/test/test_lyrics.py
+++ b/test/test_lyrics.py
@@ -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