Skip to content

Commit

Permalink
chore: ruff examples
Browse files Browse the repository at this point in the history
Signed-off-by: Yves Bastide <[email protected]>
  • Loading branch information
ybastide committed Dec 6, 2024
1 parent ce2cf26 commit 235d886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
def increment(x):
# Here's how you can access the raw context of the activity task if you need
# it. It gives you access to the response of the PollForActivityTask call to
# the SWF API. See docs for more info: http://docs.aws.amazon.com/amazonswf/latest/apireference/API_PollForActivityTask.html#API_PollForActivityTask_ResponseSyntax # NOQA
# the SWF API. See docs for more info: http://docs.aws.amazon.com/amazonswf/latest/apireference/API_PollForActivityTask.html#API_PollForActivityTask_ResponseSyntax
logger.warning(f"activity context: {increment.context}")
return x + 1

Expand Down

0 comments on commit 235d886

Please sign in to comment.