mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-21 04:09:26 +00:00
Fix pep8 issue in helpers_test and fix import re #2574
This commit is contained in:
@@ -30,7 +30,7 @@ from apscheduler.triggers.interval import IntervalTrigger
|
||||
from headphones import versioncheck, logger
|
||||
import headphones.config
|
||||
from headphones.softchroot import SoftChroot
|
||||
from headphones import exceptions
|
||||
import headphones.exceptions
|
||||
|
||||
# (append new extras to the end)
|
||||
POSSIBLE_EXTRAS = [
|
||||
|
||||
@@ -16,7 +16,7 @@ class HelpersTest(TestCase):
|
||||
u'Obsessió (Cerebral Apoplexy remix)': 'obsessio cerebral '
|
||||
'apoplexy remix',
|
||||
u'Doktór Hałabała i siedmiu zbojów': 'doktor halabala i siedmiu '
|
||||
'zbojow',
|
||||
'zbojow',
|
||||
u'Arbetets Söner och Döttrar': 'arbetets soner och dottrar',
|
||||
u'Björk Guðmundsdóttir': 'bjork gudmundsdottir',
|
||||
u'L\'Arc~en~Ciel': 'larc en ciel',
|
||||
|
||||
Reference in New Issue
Block a user