Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
wigging committed Sep 12, 2024
1 parent 82e1ac1 commit fd9d0b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/ordered_wordcount/run_ordered_wordcount.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ def main():
)

# Create and dispatch the campaign
campaign = Campaign("Word count campaign", activities=[activity_1, activity_2, activity_3], logger=logger)
campaign = Campaign(
"Word count campaign",
activities=[activity_1, activity_2, activity_3],
logger=logger,
)
campaign.dispatch()


Expand Down

0 comments on commit fd9d0b0

Please sign in to comment.