Skip to content

Commit

Permalink
style: remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Oct 5, 2023
1 parent c5a8c0f commit 2934375
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions yara-x/src/modules/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ use std::fs;
use std::io::Write;
use std::path::Path;

use globwalk;
use goldenfile;
use ihex;

pub fn create_binary_from_ihex<P: AsRef<Path>>(
path: P,
) -> anyhow::Result<Vec<u8>> {
Expand Down

0 comments on commit 2934375

Please sign in to comment.