Skip to content

Commit

Permalink
Fixes linting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiagante committed Oct 12, 2024
1 parent a886f67 commit adf7de5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aderyn/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
use aderyn_driver::detector::{get_all_detectors_names, get_issue_detector_by_name, IssueSeverity};
use semver::Version;
use serde_json::Value;
use std::fs;
use std::{fs::File, io::Write, path::PathBuf, str::FromStr};
use std::{fs, fs::File, io::Write, path::PathBuf, str::FromStr};
use strum::IntoEnumIterator;

pub fn create_aderyn_toml_file_at(directory: String) {
Expand Down

0 comments on commit adf7de5

Please sign in to comment.