Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
almostintuitive committed Oct 17, 2023
1 parent 4e82aec commit 119c95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fold/base/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,11 @@ class PipelineCard:
@dataclass
class TrainedPipelineCard:
project_name: str
project_hyperparameters: Optional[dict] = None
preprocessing: TrainedPipelines
pipeline: TrainedPipelines
event_labeler: Optional[Labeler]
event_filter: Optional[EventFilter]
project_hyperparameters: Optional[dict] = None


def fit_noop(
Expand Down

0 comments on commit 119c95f

Please sign in to comment.