From 9094530b6d8ff3e2aac28c301b61380b2342c78b Mon Sep 17 00:00:00 2001
From: Alexander Kreft <akreft@trineo.org>
Date: Thu, 16 Sep 2021 12:05:48 +0200
Subject: [PATCH] STY: format

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

diff --git a/src/caosdb/yamlapi.py b/src/caosdb/yamlapi.py
index 787a4cb7..861d5d22 100644
--- a/src/caosdb/yamlapi.py
+++ b/src/caosdb/yamlapi.py
@@ -22,9 +22,7 @@
 # ** end header
 #
 
-""" YAML interface for the database (caosdb) 
-    !!! Deprecated !!! """
-
+"""!!! Deprecated !!! YAML interface for the database (caosdb)"""
 
 import yaml
 from lxml import etree
-- 
GitLab