📝 Docs - Added `Any` import

This commit is contained in:
Rik Helsen 2021-12-18 23:29:55 +01:00
parent ea38b58081
commit 58c3d69d14
1 changed files with 1 additions and 1 deletions

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