Skip to content

Commit

Permalink
fix(workflows): io.json -> io.metrics
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Aug 28, 2024
1 parent 186ef1e commit 39f28af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyrovelocity/workflows/main_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
)
from pyrovelocity.io.datasets import larry_cospar
from pyrovelocity.io.gcs import upload_file_concurrently
from pyrovelocity.io.json import (
from pyrovelocity.io.metrics import (
add_duration_to_run_info,
combine_json_files,
generate_and_save_metric_tables,
Expand Down

0 comments on commit 39f28af

Please sign in to comment.