Skip to content

Commit

Permalink
do not require to-be-deprecated CLI parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Höning <[email protected]>
  • Loading branch information
nhoening committed Aug 28, 2022
1 parent 82eac38 commit 65b47b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexmeasures/cli/data_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ def create_forecasts(
"--optimization-context-id",
"optimization_context_sensor",
type=SensorIdField(),
required=True,
required=False,
help="To be deprecated. Use consumption-price-sensor instead.",
)
@click.option(
Expand Down

0 comments on commit 65b47b6

Please sign in to comment.