small linting issues
This commit is contained in:
parent
4c5de73598
commit
0d726c0e32
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ async def add(
|
||||||
node_set = ["web_content"] if not node_set else node_set + ["web_content"]
|
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):
|
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"]
|
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)}")
|
logger.debug(f"Unable to import {str(ImportError)}")
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue