Skip to content

Commit

Permalink
get pa from lazy_modules in types (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles authored Aug 2, 2024
1 parent 8f1677c commit fd52bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tables_io/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd52bc9

Please sign in to comment.