Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed Oct 4, 2024
1 parent a0d4bac commit 79c1a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bofire/strategies/dummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ def has_sufficient_experiments(


class DummyPredictiveStrategyDataModel(data_models.PredictiveStrategy):
type: Literal["DummyPredictiveStrategyDataModel"] = (
type: Literal[
"DummyPredictiveStrategyDataModel"
)
] = "DummyPredictiveStrategyDataModel"

@classmethod
def is_constraint_implemented(cls, my_type: Type[Constraint]) -> bool:
Expand Down

0 comments on commit 79c1a2c

Please sign in to comment.