diff --git a/python_tests/test_file_system_artifact.py b/python_tests/test_file_system_artifact.py index 80cd7624..ceaaf125 100644 --- a/python_tests/test_file_system_artifact.py +++ b/python_tests/test_file_system_artifact.py @@ -2,8 +2,8 @@ import io import tempfile from unittest import TestCase -from optuna_dashboard.artifact.file_system import FileSystemBackend from optuna_dashboard.artifact.exceptions import ArtifactNotFound +from optuna_dashboard.artifact.file_system import FileSystemBackend class FileSystemBackendTestCase(TestCase):