Skip to content

Commit b9d427c

Browse files
Update openfeature/transaction_context/no_op_transaction_context_propagator.py
Co-authored-by: Anton Grübel <[email protected]> Signed-off-by: Lukas Reining <[email protected]>
1 parent 7bf1cdc commit b9d427c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openfeature/transaction_context/no_op_transaction_context_propagator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ def get_transaction_context(self) -> EvaluationContext:
1010

1111
def set_transaction_context(
1212
self, transaction_context: EvaluationContext
13-
) -> None: ...
13+
) -> None:
14+
pass

0 commit comments

Comments
 (0)