Skip to content

Commit 4317c3e

Browse files
committed
chore(config): remove redundant imports
1 parent c353de0 commit 4317c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::str::FromStr;
66
use anyhow::{Context, Result, anyhow, bail};
77
use serde::Deserialize;
88
use thiserror::Error as ThisError;
9-
use tracing::{debug, error, info, trace, warn};
9+
use tracing::{debug, info, trace, warn};
1010

1111
use crate::{
1212
cli::{common, self_update::SelfUpdateMode},

0 commit comments

Comments
 (0)