We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a8fdcf + 90048af commit d15135dCopy full SHA for d15135d
examples/fanout/fanout.py
@@ -55,8 +55,7 @@ async def fanout():
55
# Using gather, we fan-out the four following requests.
56
repos = await gather(
57
get_repo("stealthrocket", "coroutine"),
58
- get_repo("stealthrocket", "timecraft"),
59
- get_repo("stealthrocket", "dispatch-sdk-python"),
+ get_repo("stealthrocket", "dispatch-py"),
60
get_repo("stealthrocket", "wzprof"),
61
)
62
0 commit comments