Skip to content

Commit

Permalink
Fix double initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
hur committed Oct 28, 2024
1 parent 1472910 commit 8d9b172
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion caracara/modules/custom_ioa/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ def __init__(
self.severity = severity
self.rule_type = rule_type
self.group = None
self.instance_id = None

self.fields = {}
for field_type in rule_type.fields:
Expand Down

0 comments on commit 8d9b172

Please sign in to comment.