Update test/renderers/test_parquet_renderers.py

This commit is contained in:
ikelos
2025-09-15 08:58:04 +01:00
committed by GitHub
parent 8090d72149
commit 81f2e7376a
+1
View File
@@ -10,6 +10,7 @@ try:
import pyarrow.compute as pc
HAS_PYARROW = True
except ImportError:
# The user doesn't have pyarrow installed, but HAS_PYARROW will be false so just continue
pass