From 43fb89675092ed2667c8aed47d551249f8576564 Mon Sep 17 00:00:00 2001 From: moririn2528 Date: Wed, 16 Aug 2023 15:23:41 +0900 Subject: [PATCH] fix lint error --- python_tests/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_tests/test_api.py b/python_tests/test_api.py index 74b08d84..ea95904b 100644 --- a/python_tests/test_api.py +++ b/python_tests/test_api.py @@ -107,7 +107,7 @@ class APITestCase(TestCase): trial = study.ask() study.mark_comparison_ready(trial) study.report_preference(study.trials[0], study.trials[1]) - + app = create_app(storage) study_id = study._study._study_id status, _, body = send_request(