Skip to content

Commit

Permalink
add docstring and remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-nork committed Sep 5, 2023
1 parent dd8adbc commit 3778f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ repos:
- id: mypy
name: mypy
entry: "./scripts/run-mypy"
# A script hook uses the active virtual environment, so it must be up-to-date with `poetry install --sync`
language: script
types_or: [python, toml]
# use require_serial so that script
Expand Down
2 changes: 2 additions & 0 deletions chirps/policy/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,8 @@ def test_create_multiquery_rule(self):


class BaseMultiQueryTest(TestCase):
"""Base class for MultiQueryResult and MultiQueryFinding tests."""

fixtures = ['scan/test_dash_pagination.json', 'severity/default_severities.json']

def setUp(self):
Expand Down

0 comments on commit 3778f06

Please sign in to comment.