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:
parent
6e42ea171b
commit
162049cb67
1 changed files with 1 additions and 2 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue