Skip to content

Commit 2ccbb37

Browse files
rokkou
andauthored
Apply suggestions from code review
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
1 parent 6f2f175 commit 2ccbb37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/scripts/python_test_type_annotations.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ if [ "${PYARROW_TEST_ANNOTATIONS}" == "ON" ]; then
3535
pushd ${pyarrow_dir}
3636
mypy
3737
pyright
38-
ty check;
38+
ty check
3939
popd
4040
else
41-
echo "Skipping type annotation tests";
41+
echo "Skipping type annotation tests"
4242
fi

0 commit comments

Comments
 (0)