1
0
mirror of https://github.com/django/django.git synced 2025-04-11 19:12:22 +00:00
Mariusz Felisiak 7426f1bb8b Refs #35844 -- Used asgiref.sync.iscoroutinefunction() instead of deprecated asyncio.iscoroutinefunction().
Fixes DeprecationWarning:

'asyncio.iscoroutinefunction' is deprecated and slated for removal in
Python 3.16; use inspect.iscoroutinefunction() instead.
2024-11-17 07:58:30 -08:00
..