Skip to content

Commit

Permalink
feat gsn-11659: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
carlovoSBP committed Dec 12, 2024
1 parent 12a4604 commit 1540ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awsfindingsmanagerlib/awsfindingsmanagerlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ def query_filter(self) -> Dict:
class FindingsManager:
"""Models security hub and can retrieve findings and suppress them."""

# pylint: disable=too-many-arguments
# pylint: disable=too-many-arguments, too-many-positional-arguments
def __init__(self,
region: str = None,
allowed_regions: Optional[List[str]] = None,
Expand Down

0 comments on commit 1540ce6

Please sign in to comment.