Skip to content

Commit

Permalink
fix: extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aurogoogle committed Aug 25, 2022
1 parent 7dbf321 commit 2bd4fcd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ def process_chunk(
append_batch_file(
target_file_batch, target_file, skip_header, not (skip_header)
)

logging.info(f"Processing batch file {target_file_batch} completed")


Expand Down Expand Up @@ -335,7 +334,6 @@ def create_new_timestamp_column(
+ "00"
+ " UTC"
)

return df


Expand Down

0 comments on commit 2bd4fcd

Please sign in to comment.