Skip to content

Commit 1d4b05c

Browse files
authored
fix: 🩹 reduce conflict risk for name of transaction scope
1 parent bd15555 commit 1d4b05c

File tree

2 files changed

+164
-160
lines changed

2 files changed

+164
-160
lines changed

cq/_core/scope.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from enum import StrEnum, auto
1+
from enum import StrEnum
22

33

44
class CQScope(StrEnum):
5-
TRANSACTION = auto()
5+
TRANSACTION = "__cq_transaction__"

0 commit comments

Comments
 (0)