Skip to content

Commit 45ff047

Browse files
committed
use py2 mode on typing
1 parent 4964d7a commit 45ff047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/typing.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RET=0
99
if [ "$TYPING" ]; then
1010

1111
echo "Typing *.py"
12-
mypy pandas/core/base.py
12+
mypy -2 pandas/core/base.py
1313
if [ $? -ne "0" ]; then
1414
RET=1
1515
fi

0 commit comments

Comments
 (0)