style: reformat with ruff

This commit is contained in:
2026-03-16 17:26:57 -04:00
parent 1836785b05
commit 3232e797c8
4 changed files with 12 additions and 9 deletions

View File

@@ -90,7 +90,9 @@ async def pause(message):
async def fast_forward(message):
tokens = commands.tokenize(message.content)
parser = arguments.ArgumentParser(tokens[0], "skip the current sponsorblock segment")
parser = arguments.ArgumentParser(
tokens[0], "skip the current sponsorblock segment"
)
parser.add_argument(
"-s",
"--seconds",