python-trio / flake8-async

Highly opinionated linter for Trio code
https://flake8-async.readthedocs.io
MIT License
19 stars 2 forks source link

TRIO105: Calling trio async function without await #10

Closed jakkdl closed 2 years ago

jakkdl commented 2 years ago

Would love any more problematic cases, or how you wanna handle assigning the awaitable to a variable. But the super basic case was indeed not that tricky~

jakkdl commented 2 years ago

Fixed all :+1: