chore: new service check using signature
Some checks failed
PR tests / build-and-smoke (pull_request) Failing after 1m19s

This commit is contained in:
2025-11-25 09:41:11 +01:00
parent 6f38dd482e
commit 7a74ead335
2 changed files with 22 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ def _get_catalogue():
if cat is None:
# import inside function to avoid expensive work during module import
from bibapi import catalogue as _catalogue
cat = _catalogue.Catalogue()
return cat