Skip to content

Commit

Permalink
revert unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Mar 7, 2025
1 parent c14914b commit 372619d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions py-polars/polars/io/database/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ def _run_async(co: Coroutine[Any, Any, Any]) -> Any:
import asyncio

import polars._utils.nest_asyncio
from polars._utils.unstable import issue_unstable_warning

issue_unstable_warning(
"Use of asynchronous connections is currently considered unstable "
"and unexpected issues may arise; if this happens, please report them."
)

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

0 comments on commit 372619d

Please sign in to comment.