Skip to content

Commit 16d9482

Browse files
committed
Remove unused imports
1 parent 0687901 commit 16d9482

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

reader_core/src/gen7/draw.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ use crate::{
44
rng::{RngWrapper, Sfmt},
55
utils::{format_egg_parent, is_daycare_masuda_method},
66
};
7-
use chrono::DateTime;
87

98
pub use crate::draw::{draw_header, draw_pkx};
109

reader_core/src/gen7/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ mod hook;
55
mod reader;
66

77
pub use frame::*;
8-
pub use hook::{init_sm, init_um, init_us, main_rng_seed_context, sos_seed};
8+
pub use hook::{init_sm, init_um, init_us};

reader_core/src/transporter/reader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use crate::pnp;
2-
use pkm_rs::{Pk7, Pkx, PokeCrypto};
2+
use pkm_rs::{Pk7, PokeCrypto};
33

44
struct TransporterAddresses {
55
initial_seed_patch: u32,

0 commit comments

Comments
 (0)