diff --git a/src/caoscrawler/structure_elements/rocrate_structure_elements.py b/src/caoscrawler/structure_elements/rocrate_structure_elements.py
index d816753f20b073500028cc002e1c6d3b1bbf2104..d39617432fcb63220d3acbb63a618b0445165388 100644
--- a/src/caoscrawler/structure_elements/rocrate_structure_elements.py
+++ b/src/caoscrawler/structure_elements/rocrate_structure_elements.py
@@ -51,4 +51,3 @@ class ROCrateEntity(StructureElement):
         super().__init__(entity.properties()["@id"])
         self.folder = folder
         self.entity = entity
-
diff --git a/unittests/test_rocrate_converter.py b/unittests/test_rocrate_converter.py
index ac5edd206cfff6c8a9ac119bb00bfe64afaa8d3d..16cfc3a3c3aec811219da7006d4722d9abf6dcf7 100644
--- a/unittests/test_rocrate_converter.py
+++ b/unittests/test_rocrate_converter.py
@@ -64,7 +64,7 @@ def converter_registry():
         "ROCrateEntity": {
             "converter": "ROCrateEntityConverter",
             "package": "caoscrawler.converters",
-            }
+        }
     }
 
     for key, value in converter_registry.items():