mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Fix a copy n' paste error found by flake8
This commit is contained in:
parent
4c6bf782a2
commit
62e9a15f4d
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ class SymbolsReplaced(Backend):
|
|||
'>': 'Greater_Than',
|
||||
'#': 'Number_',
|
||||
r'[\[\{]': '(',
|
||||
r'[\[\{]': ')'
|
||||
r'[\]\}]': ')',
|
||||
}
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Reference in a new issue