Skip to content

Commit 4ef29e5

Browse files
author
KrishnaSai2020
committed
trying to fix conflicts
1 parent ba06fc8 commit 4ef29e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/code_checks.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,8 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then
121121
pandas/io/parsers/ \
122122
pandas/io/sas/ \
123123
pandas/io/sql.py \
124-
pandas/io/stata.py \
124+
pandas/io/stata.py
125125
pandas/tseries/ \
126-
pandas/io/formats/style_render.py
127126
RET=$(($RET + $?)) ; echo $MSG "DONE"
128127

129128
fi

0 commit comments

Comments
 (0)