Skip to content

Commit 235d886

Browse files
committed
chore: ruff examples
Signed-off-by: Yves Bastide <yves@botify.com>
1 parent ce2cf26 commit 235d886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
def increment(x):
1111
# Here's how you can access the raw context of the activity task if you need
1212
# it. It gives you access to the response of the PollForActivityTask call to
13-
# the SWF API. See docs for more info: http://docs.aws.amazon.com/amazonswf/latest/apireference/API_PollForActivityTask.html#API_PollForActivityTask_ResponseSyntax # NOQA
13+
# the SWF API. See docs for more info: http://docs.aws.amazon.com/amazonswf/latest/apireference/API_PollForActivityTask.html#API_PollForActivityTask_ResponseSyntax
1414
logger.warning(f"activity context: {increment.context}")
1515
return x + 1
1616

0 commit comments

Comments
 (0)