From 5b64b38bf21a9d5dd157d529d70fe17cdb900ed6 Mon Sep 17 00:00:00 2001 From: c-bata Date: Wed, 6 Sep 2023 18:15:24 +0900 Subject: [PATCH] Fix flake8 error --- python_tests/test_custom_plot_data.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python_tests/test_custom_plot_data.py b/python_tests/test_custom_plot_data.py index fdf738d7..4d01af96 100644 --- a/python_tests/test_custom_plot_data.py +++ b/python_tests/test_custom_plot_data.py @@ -1,7 +1,5 @@ from __future__ import annotations -from unittest.mock import patch - import optuna from optuna_dashboard import _custom_plot_data as custom_plot_data from optuna_dashboard import save_plotly_graph_object