mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-04-10 01:51:01 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
c469885ebf
commit
79d929b4e0
1 changed files with 1 additions and 1 deletions
|
|
@ -5,10 +5,10 @@ from typing import Any, Callable, Dict, List, Optional, Union
|
|||
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
|
||||
DEFAULT_ENV = "DATABASE_URL"
|
||||
ENGINE_SCHEMES: Dict[str, "Engine"] = {}
|
||||
|
||||
|
||||
# From https://docs.djangoproject.com/en/stable/ref/settings/#databases
|
||||
class DBConfig(TypedDict, total=False):
|
||||
ATOMIC_REQUESTS: bool
|
||||
|
|
|
|||
Loading…
Reference in a new issue