Merged in bugfix/black-format (pull request #994)

Black format for pipeline pass

* Black format for pipeline pass
This commit is contained in:
Katon Minhas
2026-05-05 21:10:10 +00:00
parent bff8e103b0
commit c6df22c1a3
@@ -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.