Skip to content

Commit b73c0fb

Browse files
committed
Remove unecessary @transaction.atomic() call
1 parent ecee136 commit b73c0fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

strawberry_django/mutations/resolvers.py

-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ def create(
334334
) -> list[_M]: ...
335335

336336

337-
@transaction.atomic
338337
def create(
339338
info: Info,
340339
model: type[_M],

0 commit comments

Comments
 (0)