diff --git a/openlp/core/lib/exceptions.py b/openlp/core/lib/exceptions.py index 42cc1964c..46c836965 100644 --- a/openlp/core/lib/exceptions.py +++ b/openlp/core/lib/exceptions.py @@ -29,4 +29,4 @@ class ValidationError(Exception): The :class:`~openlp.core.lib.exceptions.ValidationError` exception provides a custom exception for validating import files. """ - pass \ No newline at end of file + pass