Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sobregosodd committed Oct 31, 2024
1 parent d2c25e5 commit 4ac6bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guarddog/analyzer/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def analyze_yara(self, path: str, rules: Optional[set] = None) -> dict:
errors: Dict[str, str] = {}
issues = 0

rule_results:defaultdict[dict, list[dict]] = defaultdict(list)
rule_results: defaultdict[dict, list[dict]] = defaultdict(list)

rules_path = {
rule_name: os.path.join(SOURCECODE_RULES_PATH, f"{rule_name}.yar")
Expand Down

0 comments on commit 4ac6bb2

Please sign in to comment.