Skip to content

Commit e56f07c

Browse files
attack68feefladder
authored andcommitted
remove doctests for styler, ahead of development. (pandas-dev#42767)
1 parent da562aa commit e56f07c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/code_checks.sh

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

128127
fi

0 commit comments

Comments
 (0)