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 Nov 15, 2024
1 parent 5a53d10 commit 5230b89
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 @@ -331,7 +331,6 @@ def create(
) -> list[_M]: ...


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

0 comments on commit 5230b89

Please sign in to comment.