mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-22 01:24:51 +02:00
Update test/renderers/test_parquet_renderers.py
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user