diff --git a/openlp/core/common/path.py b/openlp/core/common/path.py index f11c4bb9f..cdb115940 100644 --- a/openlp/core/common/path.py +++ b/openlp/core/common/path.py @@ -214,4 +214,3 @@ class Path(PathVariant): with suppress(ValueError): path = path.relative_to(base_path) return {'__Path__': path.parts} -