Skip to content

Commit

Permalink
fix bad fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RHammond2 committed Feb 10, 2024
1 parent 5600912 commit 3a4108a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openoa/plant.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def _compose_error_message(
@logged_method_call
def frequency_validator(
actual_freq: str | int | float | None,
desired_freq: str | None | set[str] | None,
desired_freq: str | set[str] | None,
exact: bool,
) -> bool:
"""Helper function to check if the actual datetime stamp frequency is valid compared
Expand Down

0 comments on commit 3a4108a

Please sign in to comment.