Skip to content

Commit

Permalink
Update openfeature/transaction_context/no_op_transaction_context_prop…
Browse files Browse the repository at this point in the history
…agator.py

Co-authored-by: Anton Grübel <[email protected]>
Signed-off-by: Lukas Reining <[email protected]>
  • Loading branch information
lukas-reining and gruebel authored Nov 19, 2024
1 parent 7bf1cdc commit b9d427c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ def get_transaction_context(self) -> EvaluationContext:

def set_transaction_context(
self, transaction_context: EvaluationContext
) -> None: ...
) -> None:
pass

0 comments on commit b9d427c

Please sign in to comment.