Skip to content

Commit

Permalink
fix: always dict
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 31, 2024
1 parent 7eae152 commit 7be1a4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion codeforlife/tests/model_serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def _assert_validate(
],
**kwargs,
):
kwargs = kwargs or {}
kwargs.setdefault("context", {})
context: t.Dict[str, t.Any] = kwargs["context"]

Expand Down

0 comments on commit 7be1a4f

Please sign in to comment.