From c3f0abd61ca6ad37168ea1ee7a06a99b295d84ca Mon Sep 17 00:00:00 2001 From: J0J0 Todos <2733783+JOJ0@users.noreply.github.com> Date: Tue, 21 Jan 2025 12:00:49 +0100 Subject: [PATCH] Fix docstring _resolve_genres MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Šarūnas Nejus --- beetsplug/lastgenre/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/beetsplug/lastgenre/__init__.py b/beetsplug/lastgenre/__init__.py index 00ee125f9..07bc3022d 100644 --- a/beetsplug/lastgenre/__init__.py +++ b/beetsplug/lastgenre/__init__.py @@ -194,8 +194,7 @@ class LastGenrePlugin(plugins.BeetsPlugin): return [p[1] for p in depth_tag_pairs] def _resolve_genres(self, tags: list[str]) -> list[str]: - """Given a list of genre strings, filters, dedups, sorts and - canonicalizes.""" + """Filter, deduplicate, sort and canonicalize the given genres.""" if not tags: return []