From 941938527861cf7b90e272cb3bae0f676ca141cc Mon Sep 17 00:00:00 2001 From: freiheit Date: Thu, 9 Nov 2023 23:15:49 -0800 Subject: [PATCH] Fix trailing whitespace --- mvkdicebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvkdicebot.py b/mvkdicebot.py index 18b6b54..1cba9b9 100755 --- a/mvkdicebot.py +++ b/mvkdicebot.py @@ -64,7 +64,7 @@ async def roll(ctx, *, dicestr: str): """ # pylint: disable=logging-fstring-interpolation # pylint: disable=consider-using-dict-items - # pylint: disable=too-many-locals + # pylint: disable=too-many-locals # pylint: disable=too-many-branches # pylint: disable=too-many-statements