Fix black

This commit is contained in:
keisuke-umezawa
2023-06-13 23:30:32 +09:00
parent d1872b83ef
commit a41dda1024
-1
View File
@@ -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)