1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-26 21:14:19 +00:00

📔 Remove useless newline

This commit is contained in:
Steffo 2020-12-06 17:43:25 +01:00
parent 6e42ea171b
commit 162049cb67

View file

@ -18,8 +18,7 @@ class AsyncCampaign:
user.
An :class:`.AsyncCampaign` consists of multiple chained AsyncAdventures, which are AsyncGenerators yielding tuples
with an
AsyncChallenge and optional data.
with an AsyncChallenge and optional data.
"""
def __init__(self, start: AsyncAdventure, challenge: Optional[AsyncChallenge], *args, **kwargs):
"""