Merge pull request #6082 from Rikj000/docs/hyperopt-import-any

📝 Docs - Added `Any` import
This commit is contained in:
Matthias
2021-12-19 07:54:49 +01:00
committed by GitHub

View File

@@ -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