diff --git a/ci/code_checks.sh b/ci/code_checks.sh index b642e3f085c22..235c4b7ae0fa1 100755 --- a/ci/code_checks.sh +++ b/ci/code_checks.sh @@ -77,7 +77,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then pandas.errors.SpecificationError \ pandas.errors.UndefinedVariableError \ pandas.read_json \ - pandas.DataFrame.to_sql \ + pandas.DataFrame.to_sql # There should be no backslash in the final line, please keep this comment in the last ignored function RET=$(($RET + $?)) ; echo $MSG "DONE" fi