Skip to content

Commit

Permalink
Improve code quality in auto rule tester
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcad committed Oct 23, 2024
1 parent 56d53ba commit 28baecc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/util/test_auto_rule_tester.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# pylint: disable=protected-access
# pylint: disable=broad-exception-caught
# pylint: disable=missing-function-docstring)
import logging
import re
from unittest import mock
Expand Down

0 comments on commit 28baecc

Please sign in to comment.