Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 30, 2024
1 parent 21863c1 commit 5b717a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strawberry_django/type.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def _process_type(

settings = django_settings()
if (
kwargs.get("description", None) is None
kwargs.get("description") is None
and model.__doc__
and settings["TYPE_DESCRIPTION_FROM_MODEL_DOCSTRING"]
):
Expand Down

0 comments on commit 5b717a3

Please sign in to comment.