Skip to content

Commit

Permalink
remove unused Duration
Browse files Browse the repository at this point in the history
  • Loading branch information
ohjuny committed Nov 8, 2024
1 parent cb7e66f commit 5a98d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phillips_dessouky.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use pathfinding::directed::edmonds_karp::{
edmonds_karp
};

use std::time::{Instant, Duration};
use std::time::Instant;
use log::info;


Expand Down

0 comments on commit 5a98d92

Please sign in to comment.