Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HLasse committed May 17, 2024
1 parent 97a299b commit fc46ef3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/timeseriesflattener/flattener.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@

from .feature_specs.prediction_times import PredictionTimeFrame

ValueSpecification: TypeAlias = PredictorSpec | OutcomeSpec | BooleanOutcomeSpec | TimeDeltaSpec | StaticSpec

ValueSpecification: TypeAlias = (
PredictorSpec | OutcomeSpec | BooleanOutcomeSpec | TimeDeltaSpec | StaticSpec
)


@dataclass(frozen=True)
Expand Down

0 comments on commit fc46ef3

Please sign in to comment.