From 690498e87d37207496c36d6ddf83fb1f2ee0d368 Mon Sep 17 00:00:00 2001 From: Peter Kessen Date: Mon, 22 Feb 2016 16:30:47 +0100 Subject: [PATCH] Removed unicode_literals from test_fetchart --- test/test_fetchart.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_fetchart.py b/test/test_fetchart.py index f0dda4fce..6a313b965 100644 --- a/test/test_fetchart.py +++ b/test/test_fetchart.py @@ -13,8 +13,7 @@ # The above copyright notice and this permission notice shall be # included in all copies or substantial portions of the Software. -from __future__ import (division, absolute_import, print_function, - unicode_literals) +from __future__ import (division, absolute_import, print_function) import os from test._common import unittest