mpd: Remove unused exception type
This commit is contained in:
parent
86f5602023
commit
b3a273110c
@ -5,10 +5,6 @@ import re
|
||||
from mopidy.mpd import exceptions
|
||||
|
||||
|
||||
class Error(Exception):
|
||||
pass
|
||||
|
||||
|
||||
WORD_RE = re.compile(r"""
|
||||
^
|
||||
(\s*) # Leading whitespace not allowed, capture it to report.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user