From d8943e7e539016e867b96cfe5c93d6516a1700b5 Mon Sep 17 00:00:00 2001
From: Alexander Kreft <akreft@trineo.org>
Date: Thu, 16 Sep 2021 11:57:20 +0200
Subject: [PATCH] STY: pep8

---
 src/caosdb/yamlapi.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/caosdb/yamlapi.py b/src/caosdb/yamlapi.py
index 6b99b742..787a4cb7 100644
--- a/src/caosdb/yamlapi.py
+++ b/src/caosdb/yamlapi.py
@@ -22,10 +22,8 @@
 # ** end header
 #
 
-""" YAML interface for the database (caosdb) """
-""" !!! Deprecated !!! """
-
-
+""" YAML interface for the database (caosdb) 
+    !!! Deprecated !!! """
 
 
 import yaml
@@ -36,6 +34,8 @@ import caosdb
 import caosdb.common.utils as utils
 from caosdb.connection.connection import get_connection
 import warnings
+
+
 def append_sublist(v, newel, def_entity_type):
     warnings.warn("""
                   This function is deprecated and will be removed with the next release.
-- 
GitLab