From ab7f4b2ff1ada7a264ab3bc1510653f8e33fb60a Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Tue, 20 Feb 2024 14:55:04 +0100
Subject: [PATCH] STY: pep8

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

diff --git a/src/caoscrawler/identifiable_adapters.py b/src/caoscrawler/identifiable_adapters.py
index e02dde26..d94b6fca 100644
--- a/src/caoscrawler/identifiable_adapters.py
+++ b/src/caoscrawler/identifiable_adapters.py
@@ -158,7 +158,6 @@ operator will be used to find entities matching at the beginning.
         result = "'" + escape_squoted_text(pname) + "'" + operator_value_str
         return result
 
-
     @staticmethod
     def create_property_query(entity: Identifiable, startswith: bool = False):
         """Create a POV query part with the entity's properties.
-- 
GitLab