Skip to content

Commit

Permalink
Remove unecessary @transaction.atomic() call
Browse files Browse the repository at this point in the history
  • Loading branch information
philipstarkey committed Dec 10, 2024
1 parent ecee136 commit b73c0fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion strawberry_django/mutations/resolvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ def create(
) -> list[_M]: ...


@transaction.atomic
def create(
info: Info,
model: type[_M],
Expand Down

0 comments on commit b73c0fb

Please # to comment.