Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
leoyvens committed Jun 26, 2023
1 parent 02a4a8f commit 02fc06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/crates/common/src/config.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use reqwest::Url;
use serde::{Deserialize, Deserializer};
use std::{fs::File, path::Path, sync::Arc};
use tracing::{info, instrument};
use tracing::info;

use crate::{
indexer::{Indexer, IndexerInterceptor, RealIndexer},
Expand Down

0 comments on commit 02fc06c

Please sign in to comment.