From 1ad52bdfbc2a516c2b58d25a0a308f5724f72715 Mon Sep 17 00:00:00 2001 From: "Siyuan (Ryans) Zhuang" Date: Thu, 1 Oct 2020 14:52:04 -0700 Subject: [PATCH] Remove the stale directory (pyarrow_files) (#11163) --- .gitignore | 1 - ci/travis/format.sh | 4 ++-- python/ray/pyarrow_files/.gitkeep | 0 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 python/ray/pyarrow_files/.gitkeep diff --git a/.gitignore b/.gitignore index cdbe3cacf..cd34f1061 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ # The build output should clearly not be checked in /bazel-* /python/ray/core -/python/ray/pyarrow_files/ /python/ray/pickle5_files/ /python/ray/thirdparty_files/ /python/ray/jars/ diff --git a/ci/travis/format.sh b/ci/travis/format.sh index 7702ec0ad..4b3252e10 100755 --- a/ci/travis/format.sh +++ b/ci/travis/format.sh @@ -261,12 +261,12 @@ else fi # Ensure import ordering -# Make sure that for every import psutil; import setpproctitle +# Make sure that for every import psutil; import setproctitle # There's a import ray above it. PYTHON_EXECUTABLE=${PYTHON_EXECUTABLE:-python} -$PYTHON_EXECUTABLE ci/travis/check_import_order.py . -s ci -s python/ray/pyarrow_files -s python/ray/thirdparty_files -s python/build -s lib +$PYTHON_EXECUTABLE ci/travis/check_import_order.py . -s ci -s python/ray/thirdparty_files -s python/build -s lib if ! git diff --quiet &>/dev/null; then echo 'Reformatted changed files. Please review and stage the changes.' diff --git a/python/ray/pyarrow_files/.gitkeep b/python/ray/pyarrow_files/.gitkeep deleted file mode 100644 index e69de29bb..000000000