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