From fbdd442a8e19ad4b724993ead7fa7a9c579376e8 Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Sat, 1 Feb 2025 16:09:55 -0500 Subject: [PATCH] style(commands/voice/playback): format again --- commands/voice/playback.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/commands/voice/playback.py b/commands/voice/playback.py index 7840f17..c8399ac 100644 --- a/commands/voice/playback.py +++ b/commands/voice/playback.py @@ -89,9 +89,7 @@ async def pause(message): async def fast_forward(message): tokens = commands.tokenize(message.content) - parser = arguments.ArgumentParser( - tokens[0], "skip current sponsorblock segment" - ) + parser = arguments.ArgumentParser(tokens[0], "skip current sponsorblock segment") parser.add_argument( "-s", "--seconds",