Skip to content

Commit

Permalink
add missing feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
ljeub-pometry committed May 24, 2024
1 parent a8c5b69 commit f3af6b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ use raphtory_core::python::{
};
use raphtory_storage::python::packages::algorithms::*;

#[cfg(feature = "arrow")]
use raphtory_core::python::graph::arrow::{PyArrowGraph, PyGraphQuery, PyState};

macro_rules! add_functions {
Expand Down

0 comments on commit f3af6b8

Please sign in to comment.