From 0dcf7fdc234dd68f43dae479a6c99b3bf7d4fb95 Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Thu, 21 Aug 2025 08:32:47 +0200 Subject: [PATCH] lastgenre: Remove leftover/unused REPLACE constant --- beetsplug/lastgenre/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/beetsplug/lastgenre/__init__.py b/beetsplug/lastgenre/__init__.py index 2a67fa9da..b0808e4b9 100644 --- a/beetsplug/lastgenre/__init__.py +++ b/beetsplug/lastgenre/__init__.py @@ -42,10 +42,6 @@ PYLAST_EXCEPTIONS = ( pylast.NetworkError, ) -REPLACE = { - "\u2010": "-", -} - # Canonicalization tree processing.