diff --git a/global_helpers/panther_config_defaults.py b/global_helpers/panther_config_defaults.py index be6c5553f..35d6fa1d5 100644 --- a/global_helpers/panther_config_defaults.py +++ b/global_helpers/panther_config_defaults.py @@ -1,6 +1,7 @@ """ Here, default values for `panther_config.config` are defined """ + from ipaddress import IPv4Network, IPv6Network from typing import Union diff --git a/global_helpers/panther_lookuptable_helpers.py b/global_helpers/panther_lookuptable_helpers.py index a5ceac35e..56db86d23 100644 --- a/global_helpers/panther_lookuptable_helpers.py +++ b/global_helpers/panther_lookuptable_helpers.py @@ -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 = {}