Skip to content

Commit 010a836

Browse files
committed
fix
1 parent 07f0fff commit 010a836

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zarp/samples/sample_record_processor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ def append_df(
4343
"""
4444
LOGGER.debug("Appending sample records...")
4545
df_sanitized = self._sanitize_df(df=df, **kwargs)
46-
original_columns = self.records.columns.copy()
4746
self.records: pd.DataFrame = pd.concat(
4847
[self.records, df_sanitized],
4948
ignore_index=False,

0 commit comments

Comments
 (0)