fix flake8

This commit is contained in:
Fabrice Laporte 2014-12-14 22:52:32 +01:00
parent b62f15d9d9
commit 693e994729

View file

@ -692,4 +692,3 @@ def feat_tokens(for_artist=True):
regex = r'(%s|%s)' % \
('|'.join([re.escape(x) for x in FEAT_SPECIAL_CHARS]), regex)
return regex