Skip to content

Commit a4c0698

Browse files
committed
chore: unify
1 parent ce28c7c commit a4c0698

File tree

1 file changed

+1
-1
lines changed
  • packages/cubejs-backend-native/src/python

1 file changed

+1
-1
lines changed

packages/cubejs-backend-native/src/python/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use crate::cross::*;
22
use pyo3::exceptions::{PyNotImplementedError, PySystemError};
3-
use pyo3::ffi;
43
use pyo3::prelude::*;
54
use pyo3::types::{PyFunction, PyString, PyTuple};
5+
use pyo3::{ffi, AsPyPointer};
66
use std::ffi::c_int;
77

88
pub fn python_fn_call_sync(py_fun: &Py<PyFunction>, arguments: Vec<CLRepr>) -> PyResult<CLRepr> {

0 commit comments

Comments
 (0)