Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Apr 26, 2024
1 parent 5813f4e commit bbd7216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl Ord for BrokerItem {
#[cfg(test)]
mod tests {
use super::*;
use chrono::{DateTime, NaiveDateTime};
use chrono::DateTime;

#[test]
fn test_sorting() {
Expand Down

0 comments on commit bbd7216

Please sign in to comment.