Skip to content

Commit

Permalink
Removing unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Beatriz Saldana committed Sep 30, 2024
1 parent ae0d9ef commit 97f8c54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/agoradatatools/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def process_dataset(
filename=dataset_name + "." + dataset_obj[dataset_name]["final_format"],
)
else:
# If it's a type that we don't support, we will process it as a DataFrame
json_path = load.df_to_json(
df=df,
staging_path=staging_path,
Expand Down

0 comments on commit 97f8c54

Please sign in to comment.