📝 Docs - Added `Any` import

pull/6082/head
Rik Helsen 4 years ago
parent ea38b58081
commit 58c3d69d14

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

Loading…
Cancel
Save