We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 484510f commit d9486b0Copy full SHA for d9486b0
2 files changed
musicbrainzngs/util.py
@@ -8,8 +8,6 @@
8
import xml.etree.ElementTree as ET
9
from io import StringIO
10
11
-from . import compat
12
-
13
14
def _unicode(string, encoding=None):
15
"""Try to decode byte strings to unicode.
test/test_collection.py
@@ -3,7 +3,6 @@
3
from urllib.error import HTTPError
4
5
import musicbrainzngs
6
-from musicbrainzngs import compat
7
from test import _common
0 commit comments