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 Jul 24, 2024
1 parent be18931 commit 7068e17
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 @@ -105,7 +105,7 @@ def validate_stream_output_internal_frequency(cls, value, values):
if values.get('stream_output_time') != -1 and 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 7068e17

Please sign in to comment.