Skip to content

Commit

Permalink
Import urljoin
Browse files Browse the repository at this point in the history
This is being used and should be imported.
  • Loading branch information
aucampia committed Dec 28, 2021
1 parent 862ec67 commit 36afe6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rdflib/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from urllib.request import Request
from urllib.request import url2pathname
from urllib.request import urlopen
from urllib.parse import urljoin
from urllib.error import HTTPError

from xml.sax import xmlreader
Expand Down

0 comments on commit 36afe6d

Please sign in to comment.