-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Running Motor 2.1 with Python 3.8 gives deprecation warnings that state to use "async def" instead of "@coroutine" decorator
DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
Thank you