diff --git a/src/pipelines/shared/postprocessing/postprocessing_funcs.py b/src/pipelines/shared/postprocessing/postprocessing_funcs.py index 81fe031..ad1899e 100644 --- a/src/pipelines/shared/postprocessing/postprocessing_funcs.py +++ b/src/pipelines/shared/postprocessing/postprocessing_funcs.py @@ -1178,9 +1178,6 @@ def _strip_wrapping_single_quotes(s: str) -> str: return s - - - def _dedupe_list_value(val): """Deduplicate values within a single cell, preserving first-seen order.