Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Dec 20, 2024
1 parent 1ec9a44 commit 6a09b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downscaled_climate_data/sensors/loca2_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def loca2_sensor(
"config": {
"url": file["url"],
"bucket": destination_bucket,
"s3_key": destination_path_root+"/"+file["s3_key"],
"s3_key": destination_path_root + "/" + file["s3_key"],
}
}
}
Expand Down

0 comments on commit 6a09b03

Please sign in to comment.