Skip to content

Commit a054787

Browse files
committed
chore(core): remove unused import
1 parent 8ae1cc7 commit a054787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registry_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use {
22
crate::dependency::UpdateUrl,
3-
log::{debug, error},
3+
log::{debug},
44
reqwest::{header::ACCEPT, Client, StatusCode},
55
serde::{Deserialize, Serialize},
66
serde_json::Value,

0 commit comments

Comments
 (0)