geoarrow / geoarrow-python

Python implementation of the GeoArrow specification
http://geoarrow.org/geoarrow-python/
Apache License 2.0
59 stars 3 forks source link

fix: Use pyarrow_hotfix everywhere #36

Closed paleolimbot closed 10 months ago

paleolimbot commented 10 months ago

Ensures that pyarrow_hotfix is imported everywhere we import pyarrow.

jorisvandenbossche commented 9 months ago

(FWIW, I think it should be sufficient to import it once in the __init__.py)

kylebarron commented 9 months ago

Agreed, the top-level __init__.py always gets imported first, so you should only need it there