mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-29 19:30:37 +00:00
chore: update snafu to make clippy happy (#4507)
* chore: update snafu to make clippy happy * fix ci
This commit is contained in:
@@ -22,7 +22,7 @@ use datatypes::vectors::{Helper, VectorRef};
|
||||
use pyo3::exceptions::{PyRuntimeError, PyValueError};
|
||||
use pyo3::types::{PyBool, PyDict, PyFloat, PyInt, PyList, PyModule, PyString, PyTuple};
|
||||
use pyo3::{pymethods, IntoPy, PyAny, PyCell, PyObject, PyResult, Python, ToPyObject};
|
||||
use snafu::{ensure, Location, ResultExt};
|
||||
use snafu::{ensure, ResultExt};
|
||||
|
||||
use crate::engine::EvalContext;
|
||||
use crate::python::error::{self, NewRecordBatchSnafu, OtherSnafu, Result};
|
||||
|
||||
Reference in New Issue
Block a user