From fd52bc9455a1511e96bfbebdaa8f3f60f73d26ca Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Thu, 1 Aug 2024 19:50:24 -0700 Subject: [PATCH] get pa from lazy_modules in types (#101) --- src/tables_io/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tables_io/types.py b/src/tables_io/types.py index 5b212ee..00b9622 100644 --- a/src/tables_io/types.py +++ b/src/tables_io/types.py @@ -5,9 +5,9 @@ from collections.abc import Iterable, Mapping import numpy as np -import pyarrow as pa from .arrayUtils import arrayLength +from .lazy_modules import pa # Tabular data formats AP_TABLE = 0