From d768130455eb5cfcb08494eb0d8e98d6b1bd2da9 Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Tue, 7 Jul 2020 14:56:14 +0200
Subject: [PATCH] STY: autopep'd

---
 src/caosdb/common/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/caosdb/common/models.py b/src/caosdb/common/models.py
index 711f3f94..eea1ef7c 100644
--- a/src/caosdb/common/models.py
+++ b/src/caosdb/common/models.py
@@ -2737,7 +2737,7 @@ class Container(list):
                         ee = EntityError(
                             "This entity has no identifier. It cannot be retrieved.",
                             entity)
-                        raise TransactionError(ee) 
+                        raise TransactionError(ee)
                     else:
                         entity.is_valid = lambda: False
         else:
-- 
GitLab