From 58c3d69d1486ee2bf7a6fd10f65905ad2c980fdc Mon Sep 17 00:00:00 2001 From: Rik Helsen Date: Sat, 18 Dec 2021 23:29:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Docs=20-=20Added=20`Any`=20impor?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/advanced-hyperopt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-hyperopt.md b/docs/advanced-hyperopt.md index f5a52ff49..9ac31bf16 100644 --- a/docs/advanced-hyperopt.md +++ b/docs/advanced-hyperopt.md @@ -13,7 +13,7 @@ A sample of this can be found below, which is identical to the Default Hyperopt ``` python from datetime import datetime -from typing import Dict +from typing import Any, Dict from pandas import DataFrame