mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-17 01:07:12 +08:00
* adding missing db.backends typings and updated test * added missing stubs * reformatted files * removed contrib.postgres.forms * fixed test
4 lines
60 B
Python
4 lines
60 B
Python
from typing import Any
|
|
|
|
def async_unsafe(message: Any): ...
|