[beetsplug/spl] Fix linting error

This commit is contained in:
Pierre Ayoub 2025-02-08 21:53:22 +01:00 committed by Šarūnas Nejus
parent a7aac37f66
commit ca9990c8c2

View file

@ -105,7 +105,8 @@ class SmartPlaylistPlugin(BeetsPlugin):
"--dest-regen",
action="store_true",
dest="dest_regen",
help="regenerate the destination path as 'move' or 'convert' commands would do.",
help="regenerate the destination path as 'move' or 'convert' "
"commands would do.",
)
spl_update.parser.add_option(
"--relative-to",