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
I believe the is_awaitable function in the code base should be removed. Instead, the function part of the standard library should be used.
I was having issues because I was using __getattr__ in a class and is_awaitable helper uses hasattr(value, "__await__"), resulting in a false positive.