Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Mar 7, 2025
1 parent 30988fe commit c14914b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/io/database/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _run_async(co: Coroutine[Any, Any, Any]) -> Any:
"and unexpected issues may arise; if this happens, please report them."
)

polars._utils.nest_asyncio.apply()
polars._utils.nest_asyncio.apply() # type: ignore[attr-defined]
return asyncio.run(co)


Expand Down

0 comments on commit c14914b

Please sign in to comment.