mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Fix black
This commit is contained in:
@@ -16,7 +16,6 @@ def port() -> int:
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def dummy_storage() -> optuna.storages.InMemoryStorage:
|
||||
|
||||
storage = optuna.storages.InMemoryStorage()
|
||||
sampler = optuna.samplers.RandomSampler(seed=0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user