Black formatting artefact. Resolves #2158

This commit is contained in:
Griatch 2020-07-18 21:49:15 +02:00
parent 2d61f36ff4
commit d042b441ce

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()