Skip to content

Commit

Permalink
fix: removed redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Oct 30, 2023
1 parent bceed4e commit 5c8da59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/creds/generator.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use std::fs::File;
use std::io::{prelude::*, BufReader, Lines};

use glob;

use crate::creds::expression::Expression;
use crate::creds::permutator::Permutator;
use crate::session::Error;
Expand Down

0 comments on commit 5c8da59

Please sign in to comment.