Skip to content

Commit

Permalink
reverted back the formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
karnesh committed May 20, 2024
1 parent e1aa624 commit 33a0aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/troute-config/troute/config/output_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def validate_stream_output_internal_frequency(cls, value, values):
if value / 60 > values['stream_output_time']:
raise ValueError("stream_output_internal_frequency should be less than or equal to stream_output_time in minutes.")
return value


OutputParameters.update_forward_refs()
WrfHydroParityCheck.update_forward_refs()

0 comments on commit 33a0aa5

Please sign in to comment.