Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Jan 16, 2024
1 parent 29eb29f commit 042ab9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_tests/artifact/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
from optuna.storages import BaseStorage
from optuna_dashboard._app import create_app
from optuna_dashboard.artifact import _backend
from optuna_dashboard.artifact import upload_artifact as dashboard_upload_artifact
from optuna_dashboard.artifact._backend_to_store import to_artifact_store
from optuna_dashboard.artifact.file_system import FileSystemBackend
from optuna_dashboard.artifact import upload_artifact as dashboard_upload_artifact
import pytest

from ..wsgi_client import send_request
Expand Down

0 comments on commit 042ab9b

Please sign in to comment.