removed unused method 'convert_to_db_filters'

This commit is contained in:
Jakub Trllo 2022-08-08 17:48:48 +02:00
parent a1cd1890d6
commit 56150d4abb

View file

@ -523,19 +523,6 @@ class AbstractPlaceholder:
pass
@abstractmethod
def convert_to_db_filters(self, current_asset, linked_asset):
"""map current placeholder data as a db filter
args:
current_asset (String): Name of current asset in context
linked asset (list[String]) : Names of assets linked to
current asset in context
Returns:
dict: a dictionnary describing a filter to look for asset in
a database
"""
pass
@abstractmethod
def get_data(self, identifier):
"""Collect information about placeholder by identifier.