mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-20 11:47:46 +00:00
Remove unneeded imports for integration tests
This commit is contained in:
parent
4c9987a236
commit
2afb09570f
1 changed files with 0 additions and 5 deletions
|
@ -1,12 +1,7 @@
|
|||
use hmac_sha512::Hash;
|
||||
use physis::fiin::FileInfo;
|
||||
use physis::index;
|
||||
use physis::patch::apply_patch;
|
||||
use std::collections::HashMap;
|
||||
use std::env;
|
||||
use std::fs::read;
|
||||
use std::process::Command;
|
||||
use walkdir::WalkDir;
|
||||
|
||||
#[test]
|
||||
#[cfg_attr(not(feature = "retail_game_testing"), ignore)]
|
||||
|
|
Loading…
Add table
Reference in a new issue