Skip to content

Commit

Permalink
Remove unneeded parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAntoine committed Aug 1, 2024
1 parent a1a6ccd commit a2c7b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datascience/src/pipeline/flows_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
clocks=[
clocks.CronClock(
"6 4 * * *",
parameter_defaults={"number_of_months": 200, "loading_mode": "replace"},
parameter_defaults={"number_of_months": 200},
),
]
)
Expand Down

0 comments on commit a2c7b24

Please sign in to comment.