Skip to content

Commit 57409f9

Browse files
committed
Remove extra spaces
1 parent ccd0632 commit 57409f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsons/etl/etl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ def unpack_nested_columns_as_rows(self, column, key="id", expand_original=False)
664664
str.encode("".join([str(x) for x in row])), usedforsecurity=False
665665
).hexdigest(),
666666
)
667-
orig.move_column("uid", 0)
667+
orig.move_column("uid", 0)
668668

669669
# Rename value column in case this is done again to this Table
670670
orig.rename_column("value", f"{column}_value")

0 commit comments

Comments
 (0)