Skip to content

Commit

Permalink
Merge pull request #103 from stealthrocket/fix-fanout-examples
Browse files Browse the repository at this point in the history
fix repositories in fanount example
  • Loading branch information
achille-roussel authored Mar 4, 2024
2 parents 9a8fdcf + 90048af commit d15135d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/fanout/fanout.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ async def fanout():
# Using gather, we fan-out the four following requests.
repos = await gather(
get_repo("stealthrocket", "coroutine"),
get_repo("stealthrocket", "timecraft"),
get_repo("stealthrocket", "dispatch-sdk-python"),
get_repo("stealthrocket", "dispatch-py"),
get_repo("stealthrocket", "wzprof"),
)

Expand Down

0 comments on commit d15135d

Please sign in to comment.