Skip to content

Commit

Permalink
fix: Make NumberOfMonthsReset public
Browse files Browse the repository at this point in the history
  • Loading branch information
jetuk committed Oct 8, 2024
1 parent c26d527 commit aa56a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywr-schema/src/nodes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub use core::{
};
pub use delay::DelayNode;
pub use loss_link::{LossFactor, LossLinkNode};
pub use monthly_virtual_storage::MonthlyVirtualStorageNode;
pub use monthly_virtual_storage::{MonthlyVirtualStorageNode, NumberOfMonthsReset};
pub use piecewise_link::{PiecewiseLinkNode, PiecewiseLinkStep};
pub use piecewise_storage::{PiecewiseStorageNode, PiecewiseStore};
#[cfg(feature = "core")]
Expand Down

0 comments on commit aa56a1f

Please sign in to comment.