From f0c2c8e649be41a8463caeb66dc2bb2ef982425f Mon Sep 17 00:00:00 2001 From: Pierre Ayoub Date: Wed, 14 May 2025 10:12:38 +0200 Subject: [PATCH] chore(beetsplug/convert): ruff format --- beetsplug/convert.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/beetsplug/convert.py b/beetsplug/convert.py index c46b2fc85..0947d38cf 100644 --- a/beetsplug/convert.py +++ b/beetsplug/convert.py @@ -630,8 +630,7 @@ class ConvertPlugin(BeetsPlugin): # the after-conversion extension. replace_ext( item.destination( - basedir=dest, - path_formats=path_formats + basedir=dest, path_formats=path_formats ), get_format()[1], ),