diff --git a/src/caoscrawler/identifiable_adapters.py b/src/caoscrawler/identifiable_adapters.py index e02dde269c70a1143c151f94f4847ca25f2802e3..d94b6fca211fc26c2702b8f9f5ad4bc8993bd920 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.