mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-12 23:16:31 +08:00
reformat with black
This commit is contained in:
@@ -6,6 +6,7 @@ from django.db.backends.base.client import BaseDatabaseClient
|
||||
from typing import Any
|
||||
|
||||
from typing import Dict
|
||||
|
||||
def _escape_pgpass(txt: str) -> str: ...
|
||||
|
||||
class DatabaseClient(BaseDatabaseClient):
|
||||
|
||||
Reference in New Issue
Block a user