From c6df22c1a3854bf4603a6e2a5cb82105753cc1fd Mon Sep 17 00:00:00 2001 From: Katon Minhas Date: Tue, 5 May 2026 21:10:10 +0000 Subject: [PATCH] Merged in bugfix/black-format (pull request #994) Black format for pipeline pass * Black format for pipeline pass --- src/pipelines/shared/postprocessing/postprocessing_funcs.py | 3 --- 1 file changed, 3 deletions(-) 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.