From a94bfa9eb9125a09a0670542e0418d767c068e4d Mon Sep 17 00:00:00 2001
From: Peter Kessen
Date: Mon, 22 Feb 2016 07:40:07 +0100
Subject: [PATCH] Removed import of unicode_literals from test_mb
---
test/test_mb.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/test/test_mb.py b/test/test_mb.py
index dae1003c9..f8697cefa 100644
--- a/test/test_mb.py
+++ b/test/test_mb.py
@@ -15,8 +15,7 @@
"""Tests for MusicBrainz API wrapper.
"""
-from __future__ import (division, absolute_import, print_function,
- unicode_literals)
+from __future__ import (division, absolute_import, print_function)
from test import _common
from test._common import unittest