Skip to content

Commit

Permalink
chore: add not implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehk committed Nov 30, 2023
1 parent 5822a62 commit e0b78f6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ class YamlVariableSpeedCompressorTrain(YamlBase):
title="CALCULATE_MAX_RATE",
)
stages: List[YamlCompressorStage]

def to_dto(self):
raise NotImplementedError

0 comments on commit e0b78f6

Please sign in to comment.