From 162049cb67b68a0b5db98071005cfbbc85c2a565 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 6 Dec 2020 17:43:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=94=20Remove=20useless=20newline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- royalnet/campaigns/asynccampaign.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/royalnet/campaigns/asynccampaign.py b/royalnet/campaigns/asynccampaign.py index ca62e4b1..7ae2f00e 100644 --- a/royalnet/campaigns/asynccampaign.py +++ b/royalnet/campaigns/asynccampaign.py @@ -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): """