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
commit 1cbc4da72b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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