From 4f99c7a1a0c5b43a713d524decf4090790c8d36f Mon Sep 17 00:00:00 2001 From: c-bata Date: Wed, 16 Aug 2023 15:00:19 +0900 Subject: [PATCH] Fix isort error --- python_tests/wsgi_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python_tests/wsgi_client.py b/python_tests/wsgi_client.py index 970cea28..84fe8aac 100644 --- a/python_tests/wsgi_client.py +++ b/python_tests/wsgi_client.py @@ -6,7 +6,6 @@ from typing import Optional from typing import Union from bottle import Bottle - from optuna_dashboard._storage import trials_cache from optuna_dashboard._storage import trials_cache_lock from optuna_dashboard._storage import trials_last_fetched_at