You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ rye run hello
<coroutine object hello at 0x7c7ac106cac0>
sys:1: RuntimeWarning: coroutine 'hello' was never awaited
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
Steps to Reproduce
rye init async_call
cd async_call
echo -e 'async def hello():\n print("Hi!")' > src/async_call/main.py
echo -e '[tool.rye.scripts]\nhello = { call = "src.async_call.main:hello" }' >> pyproject.toml
rye run hello
Expected Result
Actual Result
Version Info
Stacktrace
No response
The text was updated successfully, but these errors were encountered: