From 042ab9bc90bb356b0339d92413abc080e87328dd Mon Sep 17 00:00:00 2001 From: c-bata Date: Tue, 16 Jan 2024 11:56:15 +0900 Subject: [PATCH] Fix lint errors --- python_tests/artifact/test_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_tests/artifact/test_backend.py b/python_tests/artifact/test_backend.py index 944ca1306..8325343b0 100644 --- a/python_tests/artifact/test_backend.py +++ b/python_tests/artifact/test_backend.py @@ -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