From 536ce03b73d9023cd19704b1c04dfd4999a70384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriele=20H=C3=B6fler?= Date: Tue, 18 Jun 2019 15:28:36 +0200 Subject: [PATCH] Remove non-working type-hint --- sru/onbsru.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sru/onbsru.py b/sru/onbsru.py index 8ec7bf5..377ef74 100644 --- a/sru/onbsru.py +++ b/sru/onbsru.py @@ -23,7 +23,7 @@ class OnbRecordRetriever(almasru.RecordRetriever): def by_ac_num(self, ac_num: str): return self.by_marc_009(ac_num) - def get_pids(self, xml: Element) -> list: + def get_pids(self, xml) -> list: """ Extract all PIDs from XML based on MARC 856 4 2. PIDs are identifiers migrated from a legacy system. -- GitLab