Fix isort errors

This commit is contained in:
c-bata
2023-06-02 19:21:51 +09:00
parent 9646f6367e
commit ae8810f31b
+1 -1
View File
@@ -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):