From 6ce3e576ececb02daa60de24fdbb8f868c83d942 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 26 Jun 2020 10:52:04 +0200
Subject: [PATCH] STY: autopep8'ed

---
 src/caosdb/common/models.py | 3 +--
 unittests/test_container.py | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/caosdb/common/models.py b/src/caosdb/common/models.py
index e05cadcf..d6f6578f 100644
--- a/src/caosdb/common/models.py
+++ b/src/caosdb/common/models.py
@@ -379,7 +379,7 @@ class Entity(object):
                     property, (RecordType, Record, File)):
                 new_property.datatype = property
         new_property.value = value
-            
+
         self.properties.append(
             property=new_property, importance=(
                 kwargs['importance'] if 'importance' in kwargs else None), inheritance=(
@@ -3222,7 +3222,6 @@ class Container(list):
         return table
 
 
-
 def sync_global_acl():
     c = get_connection()
     http_response = c.retrieve(entity_uri_segments=["EntityPermissions"])
diff --git a/unittests/test_container.py b/unittests/test_container.py
index 906295ce..a2b9e9f8 100644
--- a/unittests/test_container.py
+++ b/unittests/test_container.py
@@ -51,7 +51,6 @@ def test_get_property_values():
         owner
     ])
 
-
     assert getattr(house.get_property(p_height), "unit") == "ft"
     assert getattr(window.get_property(p_height), "unit") == "m"
 
-- 
GitLab