Skip to content

Commit 7555a39

Browse files
committed
chore: fix unused import Clippy lint
1 parent 4a16063 commit 7555a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/labrinth/src/routes/internal/delphi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use std::{collections::HashMap, fmt::Write, io, sync::LazyLock};
1+
use std::{collections::HashMap, fmt::Write, sync::LazyLock};
22

33
use actix_web::{HttpResponse, get, post, put, web};
44
use chrono::{DateTime, Utc};

0 commit comments

Comments
 (0)