diff --git a/src/utils.py b/src/utils.py index 9286c3c..1df45f3 100644 --- a/src/utils.py +++ b/src/utils.py @@ -364,8 +364,6 @@ def setup_table_columns( # Si le champ n'est pas dans le schéma et pas annoncé, on le skip print("Champ innatendu : ") print(dff[column_id].head()) - if column_id.endswith("_right") or column_id.endswith("_left"): - continue column_name = column_id column_object = {"title": column_name, "description": ""} @@ -577,7 +575,6 @@ def prepare_table_data( :param page_current: :param page_size: :param sort_by: - :param search_params: :return: """