From baac3e1ded2d5ac6a7271559461c3a87ccaf2426 Mon Sep 17 00:00:00 2001 From: Lyubov Yamshchikova Date: Tue, 4 Jun 2024 16:58:52 +0300 Subject: [PATCH] pep8 --- golem/core/tuning/hyperopt_tuner.py | 1 - 1 file changed, 1 deletion(-) diff --git a/golem/core/tuning/hyperopt_tuner.py b/golem/core/tuning/hyperopt_tuner.py index 018e85f8..b8a7c5ab 100644 --- a/golem/core/tuning/hyperopt_tuner.py +++ b/golem/core/tuning/hyperopt_tuner.py @@ -1,6 +1,5 @@ from abc import ABC from datetime import timedelta -from typing import Optional, Callable, Dict, Tuple, Any from typing import Callable, Dict, Optional, Tuple, Any import numpy as np