Skip to content

Commit

Permalink
Remove unused imports in save_prices
Browse files Browse the repository at this point in the history
  • Loading branch information
OverHash committed Dec 6, 2023
1 parent 5a0da5b commit dd0ee88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/countdown/save_prices.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::collections::HashMap;

use error_stack::{Result, ResultExt};
use sqlx::PgPool;
use tracing::{debug, trace, warn};
use tracing::{debug, warn};

use crate::error::ApplicationError;

Expand Down

0 comments on commit dd0ee88

Please sign in to comment.