forked from openlp/openlp
pep8 fix
This commit is contained in:
parent
9b8b114a59
commit
60dc075e3b
@ -594,7 +594,8 @@ class OpenLyrics(object):
|
||||
if new_tags:
|
||||
FormattingTags.add_html_tags(new_tags)
|
||||
if not temporary:
|
||||
custom_tags = [tag for tag in FormattingTags.get_html_tags() if not tag['protected'] and not tag['temporary']]
|
||||
custom_tags = [tag for tag in FormattingTags.get_html_tags()
|
||||
if not tag['protected'] and not tag['temporary']]
|
||||
FormattingTags.save_html_tags(custom_tags)
|
||||
|
||||
def _process_lines_mixed_content(self, element, newlines=True):
|
||||
|
@ -86,7 +86,6 @@ class TestOpenLyricsImport(TestCase, TestMixin):
|
||||
self.get_application()
|
||||
Registry.create()
|
||||
self.build_settings()
|
||||
#Settings().extend_default_settings(__default_settings__)
|
||||
|
||||
def tearDown(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user