Skip to content

Commit f2c5c8f

Browse files
committed
Fix 'param_bool' missing
1 parent 353327a commit f2c5c8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

iex/batch.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
import datetime
1313
import json
1414
from pandas import Series
15-
from iex.utils import (parse_date,
15+
from iex.utils import (param_bool,
16+
parse_date,
1617
validate_date_format,
1718
validate_range_set,
1819
validate_output_format,

0 commit comments

Comments
 (0)