lastgenre: Remove leftover/unused REPLACE constant

This commit is contained in:
J0J0 Todos 2025-08-21 08:32:47 +02:00 committed by J0J0 Todos
parent efa968175b
commit 0dcf7fdc23

View file

@ -42,10 +42,6 @@ PYLAST_EXCEPTIONS = (
pylast.NetworkError,
)
REPLACE = {
"\u2010": "-",
}
# Canonicalization tree processing.