Skip to content

Commit

Permalink
removing unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfried-aws committed Feb 14, 2024
1 parent 65d60a2 commit 6434e7a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions guard/src/commands/validate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ use crate::commands::reporters::validate::{cfn, generic_summary};
use crate::commands::tracker::StatusContext;
use crate::commands::{
Executable, ALPHABETICAL, DATA_FILE_SUPPORTED_EXTENSIONS, ERROR_STATUS_CODE,
FAILURE_STATUS_CODE, INPUT_PARAMETERS, LAST_MODIFIED, PAYLOAD, PRINT_JSON, REQUIRED_FLAGS,
RULES, RULE_FILE_SUPPORTED_EXTENSIONS, SHOW_SUMMARY, STRUCTURED, SUCCESS_STATUS_CODE, TYPE,
VERBOSE,
FAILURE_STATUS_CODE, LAST_MODIFIED, PAYLOAD, PRINT_JSON, REQUIRED_FLAGS, RULES,
RULE_FILE_SUPPORTED_EXTENSIONS, SHOW_SUMMARY, STRUCTURED, SUCCESS_STATUS_CODE, TYPE, VERBOSE,
};
use crate::rules::errors::{Error, InternalError};
use crate::rules::eval::eval_rules_file;
Expand Down

0 comments on commit 6434e7a

Please sign in to comment.