Skip to content

Commit

Permalink
rmv unused import in space filling
Browse files Browse the repository at this point in the history
  • Loading branch information
linznedd committed Jan 20, 2025
1 parent d9c4ba6 commit b287071
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bofire/data_models/strategies/actual_strategy_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
)
from bofire.data_models.strategies.random import RandomStrategy
from bofire.data_models.strategies.shortest_path import ShortestPathStrategy
from bofire.data_models.strategies.space_filling import SpaceFillingStrategy


ActualStrategy = Union[
Expand All @@ -40,7 +39,6 @@
QnehviStrategy,
QparegoStrategy,
EntingStrategy,
SpaceFillingStrategy,
RandomStrategy,
DoEStrategy,
FactorialStrategy,
Expand Down

0 comments on commit b287071

Please sign in to comment.