Skip to content

Commit

Permalink
Update src/phillips_dessouky.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jae-Won Chung <[email protected]>
  • Loading branch information
ohjuny and jaywonchung authored Nov 8, 2024
1 parent 7d6fb08 commit 85ffca7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/phillips_dessouky.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ use pathfinding::directed::edmonds_karp::{
edmonds_karp
};

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


Expand Down

0 comments on commit 85ffca7

Please sign in to comment.