in migration_toolkit/sql_generators/copy_rows/ddl_parser.py [0:0]
def _strip_trailing_comma(s: str): return s[:-1] if s[-1] == "," else s