mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-13 23:41:55 +08:00
make pep561 compliant
This commit is contained in:
9
django-stubs/db/backends/postgresql/client.pyi
Normal file
9
django-stubs/db/backends/postgresql/client.pyi
Normal file
@@ -0,0 +1,9 @@
|
||||
from typing import Dict
|
||||
|
||||
|
||||
def _escape_pgpass(txt: str) -> str: ...
|
||||
|
||||
|
||||
class DatabaseClient:
|
||||
@classmethod
|
||||
def runshell_db(cls, conn_params: Dict[str, str]) -> None: ...
|
||||
Reference in New Issue
Block a user