Skip to content

Commit 650b9d0

Browse files
committed
fix: check code
1 parent 6867872 commit 650b9d0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lana/sim-bootstrap/src/scenarios/principal_late.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
use futures::StreamExt;
2-
use lana_app::{
3-
app::LanaApp,
4-
credit::{self, CreditFacilityHistoryEntry::*},
5-
primitives::*,
6-
};
2+
use lana_app::{app::LanaApp, primitives::*};
73
use lana_events::{CoreCreditEvent, LanaEvent, ObligationType};
84
use rust_decimal_macros::dec;
95
use tokio::sync::mpsc;

0 commit comments

Comments
 (0)