From 6d8e1fcad7b54fc0bf4518ee2590c9ed6b21862e Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Mon, 13 Mar 2023 10:15:50 +0100
Subject: [PATCH] STY: autopep'd

---
 src/caoscrawler/crawl.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/caoscrawler/crawl.py b/src/caoscrawler/crawl.py
index 6f16d526..3376f7ff 100644
--- a/src/caoscrawler/crawl.py
+++ b/src/caoscrawler/crawl.py
@@ -224,7 +224,6 @@ class Crawler(object):
                               crawler_definition_path,
                               restricted_path)
 
-
     def _has_reference_value_without_id(self, ident: Identifiable) -> bool:
         """
         Returns True if there is at least one value in the properties attribute of ``ident`` which:
-- 
GitLab