Skip to content

Commit

Permalink
Only import pyarrow_hotfix during initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Mar 21, 2024
1 parent f08478b commit df1f14e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion apis/python/src/tiledbvcf/binding/vcf_arrow.cc
Expand Up @@ -311,7 +311,6 @@ void build_arrow_array_from_buffer(

py::object buffers_to_table(std::vector<std::shared_ptr<BufferInfo>>& buffers) {
auto pa = py::module::import("pyarrow");
auto pa_hotfix = py::module::import("pyarrow_hotfix");
auto pa_table_from_arrays = pa.attr("Table").attr("from_arrays");
auto pa_array_import = pa.attr("Array").attr("_import_from_c");
auto pa_schema_import = pa.attr("Schema").attr("_import_from_c");
Expand Down
1 change: 0 additions & 1 deletion apis/python/src/tiledbvcf/dask_functions.py
Expand Up @@ -4,7 +4,6 @@
import dask.dataframe

import pyarrow as pa
import pyarrow_hotfix

from .dataset import ReadConfig, Dataset

Expand Down
1 change: 0 additions & 1 deletion apis/python/src/tiledbvcf/dataset.py
Expand Up @@ -4,7 +4,6 @@

import pandas as pd
import pyarrow as pa
import pyarrow_hotfix

from . import libtiledbvcf

Expand Down

0 comments on commit df1f14e

Please sign in to comment.