Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jun 9, 2023
1 parent f0e6890 commit 96b43f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fw-extract/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
use std::collections::BTreeMap;
use std::fs;
use std::fs::File;
use std::io::{BufRead, BufWriter, Error, ErrorKind, Read};
use std::io::{BufWriter, Error, ErrorKind};
use std::path::PathBuf;
use std::process::exit;

use clap::Parser;
use path_slash::PathBufExt as _;
use regex::Regex;

use common::FirmwareInfo;
Expand Down

0 comments on commit 96b43f7

Please sign in to comment.