Skip to content

Commit 3cf4363

Browse files
authored
fix: Add missing imports
1 parent 25b7434 commit 3cf4363

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

musicbrainzngs/musicbrainz.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
from musicbrainzngs import compat
2222
from urllib.parse import urlencode, urlunparse
2323
from urllib.request import HTTPDigestAuthHandler, HTTPHandler, HTTPPasswordMgr, Request, build_opener
24+
from http.client import BadStatusLine, HTTPException
25+
from urllib.error import HTTPError
2426

2527
_version = "0.7.1"
2628
_log = logging.getLogger("musicbrainzngs")

0 commit comments

Comments
 (0)