Skip to content

Commit 4b9ad1d

Browse files
committed
chore: remove lint & format
1 parent 146976c commit 4b9ad1d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

host/tests/integration_tests/python/runtime/http.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ use tokio::runtime::Handle;
1717
use wasmtime_wasi_http::types::DEFAULT_FORBIDDEN_HEADERS;
1818
use wiremock::{Mock, MockServer, ResponseTemplate, matchers};
1919

20-
use crate::integration_tests::python::test_utils::{python_component, python_scalar_udf};
20+
use crate::integration_tests::{
21+
python::test_utils::{python_component, python_scalar_udf},
22+
test_utils::ColumnarValueExt,
23+
};
2124

2225
#[tokio::test(flavor = "multi_thread")]
2326
async fn test_requests_simple() {

host/tests/integration_tests/test_utils.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use arrow::array::ArrayRef;
22
use datafusion_expr::ColumnarValue;
33

44
/// Extension trait for [`ColumnarValue`] for easier testing.
5-
#[expect(dead_code)]
65
pub(crate) trait ColumnarValueExt {
76
/// Extracts [`ColumnarValue::Array`] variant.
87
///

0 commit comments

Comments
 (0)