Skip to content

Commit

Permalink
Address formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
corrylc committed Apr 22, 2024
1 parent 3136aed commit 5bb01a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions global_helpers/panther_config_defaults.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Here, default values for `panther_config.config` are defined
"""

from ipaddress import IPv4Network, IPv6Network
from typing import Union

Expand Down
1 change: 1 addition & 0 deletions global_helpers/panther_lookuptable_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# pylint: disable=too-few-public-methods
class LookupTableMatches:
lut_matches: Optional[PantherEvent]

def __init__(self):
self.lut_matches = None
self._p_matched = {}
Expand Down

0 comments on commit 5bb01a5

Please sign in to comment.