Skip to content

Commit

Permalink
chore: remove unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
Batch21 committed Jun 24, 2024
1 parent 5d727b4 commit 46e3448
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pywr-schema/src/timeseries/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ pub enum TimeseriesError {
TimeseriesUnparsableFileFormat { provider: String, path: String },
#[error("A scenario group with name '{0}' was not found")]
ScenarioGroupNotFound(String),
#[error("Duration could not be represented as nanoseconds")]
NoDurationNanoSeconds,
#[error("The length of the resampled timeseries dataframe '{0}' does not match the number of model timesteps.")]
DataFrameTimestepMismatch(String),
#[error("A timeseries dataframe with the name '{0}' already exists.")]
Expand Down

0 comments on commit 46e3448

Please sign in to comment.