Skip to content

Commit cc55377

Browse files
author
KrishnaSai2020
committed
doctest fix for pandas-dev#42671(added format.py to doctest scripts)
1 parent 7bef135 commit cc55377

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/code_checks.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then
121121
pandas/io/parsers/ \
122122
pandas/io/sas/ \
123123
pandas/io/sql.py \
124-
pandas/tseries/
124+
pandas/tseries/ \
125+
pandas/io/formats/format.py
125126
RET=$(($RET + $?)) ; echo $MSG "DONE"
126127

127128
fi

0 commit comments

Comments
 (0)