We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53525ea commit 488f6bdCopy full SHA for 488f6bd
ci/code_checks.sh
@@ -74,7 +74,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
74
pandas.Series.plot.line \
75
pandas.Series.to_sql \
76
pandas.read_json \
77
- 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
78
RET=$(($RET + $?)) ; echo $MSG "DONE"
79
80
fi
0 commit comments