Skip to content
Snippets Groups Projects
Commit 8a579752 authored by gabriele-h's avatar gabriele-h
Browse files

Minor change (one type hint)

parent 94fd2ff1
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ class RecordRetriever:
return sru_url
@staticmethod
def _response_to_xml(url):
def _response_to_xml(url: str) -> Element:
response = request.urlopen(url).read()
xml = fromstring(response)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment