diff --git a/invenio_config_tuw/utils.py b/invenio_config_tuw/utils.py
index 60fbc2e657044f7798956cf31b1ff1b92ce1be0d..b6836c0f857a8e02f3dc351d0ec966149b54f67d 100644
--- a/invenio_config_tuw/utils.py
+++ b/invenio_config_tuw/utils.py
@@ -89,8 +89,7 @@ def current_user_as_creator():
"name": full_name,
"type": "personal",
},
- "role": "contactperson"
+ "role": "contactperson",
}
return [creator]
-