Skip to content

Commit f473546

Browse files
committed
remove trailing comma
1 parent 440c43b commit f473546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def _make_rows_diff(
253253
t1_exclusive_rows: List[Dict[str, Any]],
254254
t2_exclusive_rows: List[Dict[str, Any]],
255255
diff_rows: List[Dict[str, Any]],
256-
key_columns: List[str],
256+
key_columns: List[str]
257257
) -> RowsDiff:
258258
diff_rows_jsonified = []
259259
for row in diff_rows:

0 commit comments

Comments
 (0)