mirror of https://github.com/Chizi123/Arch-autobuild-repo.git
src/archbuild/cli.py @@ -22,7 +22,7 @@ def run_async(coro: Any) -> Any: """Run async function in sync context.""" return asyncio.get_event_loop().run_until_complete(coro) return asyncio.run(coro) class Context: