ignore mypy warning
to keep it backwards compatible
This commit is contained in:
parent
f18c5f8977
commit
98fa57007f
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ def query_hpi_functions(
|
||||||
|
|
||||||
pprint(list(res))
|
pprint(list(res))
|
||||||
else:
|
else:
|
||||||
res = list(res)
|
res = list(res) # type: ignore[assignment]
|
||||||
# output == 'repl'
|
# output == 'repl'
|
||||||
eprint(f"\nInteract with the results by using the {click.style('res', fg='green')} variable\n")
|
eprint(f"\nInteract with the results by using the {click.style('res', fg='green')} variable\n")
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue