From 1efa4636f1a0d09c18e2bdd0fcd459eb483cfe14 Mon Sep 17 00:00:00 2001 From: Alexander Kreft <akreft@trineo.org> Date: Mon, 11 Oct 2021 15:18:38 +0200 Subject: [PATCH] STY: Whitespaces --- src/caosdb/common/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/caosdb/common/models.py b/src/caosdb/common/models.py index c2dcd4ad..ec45dec0 100644 --- a/src/caosdb/common/models.py +++ b/src/caosdb/common/models.py @@ -1551,8 +1551,8 @@ class Property(Entity): if server_retrieval: tmp_prop = deepcopy(self) - """ - remove role to avoid unnessecary ValueError while + """ + remove role to avoid unnessecary ValueError while retrieving the Entity. """ tmp_prop.role = None -- GitLab