Skip to content

Commit

Permalink
OPTIONS cannot be None given our code
Browse files Browse the repository at this point in the history
As per the notes in jazzband#218
  • Loading branch information
palfrey committed Dec 9, 2023
1 parent 0879f12 commit 794bb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dj_database_url/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class DBConfig(TypedDict, total=False):
ENGINE: str
HOST: str
NAME: str
OPTIONS: Optional[Dict[str, Any]]
OPTIONS: Dict[str, Any]
PASSWORD: str
PORT: Union[str, int]
TEST: Dict[str, Any]
Expand Down

0 comments on commit 794bb78

Please sign in to comment.