small linting issues

This commit is contained in:
vasilije 2025-10-12 11:09:43 +02:00
parent 4c5de73598
commit 0d726c0e32

View file

@ -198,7 +198,7 @@ async def add(
node_set = ["web_content"] if not node_set else node_set + ["web_content"]
elif isinstance(data, list) and any(_is_http_url(item) for item in data):
node_set = ["web_content"] if not node_set else node_set + ["web_content"]
except ImportError:
except NameError:
logger.debug(f"Unable to import {str(ImportError)}")
pass