From 6790903a7346bddbdaa45ae585ac3e5bd1e2d0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Wed, 3 May 2023 14:47:30 +0200 Subject: [PATCH] add mssing import --- src/caoscrawler/crawl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/caoscrawler/crawl.py b/src/caoscrawler/crawl.py index cf171e70..7d321309 100644 --- a/src/caoscrawler/crawl.py +++ b/src/caoscrawler/crawl.py @@ -37,6 +37,7 @@ import importlib import logging import os import sys +from caosdb.exceptions import EmptyUniqueQueryError import uuid from caosdb.cached import cached_get_entity_by, cache_clear import warnings -- GitLab