Files
django-stubs/django-stubs/utils/asyncio.pyi
Na'aman Hirschfeld ce370ea79f Missing stubs (#467)
* adding missing db.backends typings and updated test

* added missing stubs

* reformatted files

* removed contrib.postgres.forms

* fixed test
2020-10-11 12:14:08 +03:00

4 lines
60 B
Python

from typing import Any
def async_unsafe(message: Any): ...