Skip to content

Commit

Permalink
isort test_backoff and test_storages
Browse files Browse the repository at this point in the history
  • Loading branch information
RektPunk committed Jul 11, 2024
1 parent 344d413 commit 12d9006
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/artifacts_tests/test_backoff.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import uuid

from optuna.artifacts import Backoff

from tests.artifacts_tests.stubs import FailArtifactStore
from tests.artifacts_tests.stubs import InMemoryArtifactStore

Expand Down
1 change: 0 additions & 1 deletion tests/storages_tests/rdb_tests/test_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
from optuna.testing.tempfile_pool import NamedTemporaryFilePool
from optuna.trial import FrozenTrial
from optuna.trial import TrialState

from tests.storages_tests.rdb_tests.create_db import mo_objective_test_upgrade
from tests.storages_tests.rdb_tests.create_db import objective_test_upgrade
from tests.storages_tests.rdb_tests.create_db import objective_test_upgrade_distributions
Expand Down

0 comments on commit 12d9006

Please sign in to comment.