ignore mypy warning

to keep it backwards compatible
This commit is contained in:
Sean Breckenridge 2021-04-28 11:13:34 -07:00
parent f18c5f8977
commit 98fa57007f

View file

@ -462,7 +462,7 @@ def query_hpi_functions(
pprint(list(res))
else:
res = list(res)
res = list(res) # type: ignore[assignment]
# output == 'repl'
eprint(f"\nInteract with the results by using the {click.style('res', fg='green')} variable\n")
try: