forked from openlp/openlp
PEP fixes
This commit is contained in:
parent
498d17b000
commit
2eb58a56bd
@ -23,6 +23,7 @@
|
||||
The :mod:`~openlp.core.lib.exceptions` module contains custom exceptions
|
||||
"""
|
||||
|
||||
|
||||
class ValidationError(Exception):
|
||||
"""
|
||||
The :class:`~openlp.core.lib.exceptions.ValidationError` exception provides a custom exception for validating
|
||||
|
@ -166,7 +166,6 @@ class TestThemeManager(TestCase):
|
||||
mocked_getroot.return_value = MagicMock(**{'get.return_value': None})
|
||||
theme_manager = ThemeManager(None)
|
||||
|
||||
|
||||
# WHEN: unzip_theme is called
|
||||
theme_manager.unzip_theme('theme.file', 'folder')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user