Black formatting artefact. Resolves #2158

This commit is contained in:
Griatch 2020-07-18 21:49:15 +02:00
parent e5b96a2b79
commit 5f6496b6a5

View file

@ -206,7 +206,7 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
# lockstring of newly created objects, for easy overloading.
# Will be formatted with the appropriate attributes.
lockstring = "control:id({account_id}) or perm(Admin);" "delete:id({account_id}) or perm(Admin)"
lockstring = "control:id({account_id}) or perm(Admin);delete:id({account_id}) or perm(Admin)"
objects = ObjectManager()