Skip to content

Commit 8e37d0d

Browse files
committed
chore(grid): satisfy clippy lints
1 parent 06caa7c commit 8e37d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/grid/src/endpoints/upload.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use axum::{
88
response::IntoResponse,
99
};
1010
use domain::{
11-
belt::{self, Belt, StreamExt},
11+
belt::{Belt, StreamExt},
1212
models::NarDeriverData,
1313
upload::UploadRequest,
1414
};

0 commit comments

Comments
 (0)