diff --git a/src/vunnel/utils/oval_v2.py b/src/vunnel/utils/oval_v2.py index bff1c834..bb411b1e 100644 --- a/src/vunnel/utils/oval_v2.py +++ b/src/vunnel/utils/oval_v2.py @@ -94,7 +94,8 @@ class OVALElementParser(ABC): @staticmethod @abstractmethod - def parse(xml_element: ET.Element, config: OVALParserConfig) -> Parsed | None: ... + def parse(xml_element: ET.Element, config: OVALParserConfig) -> Parsed | None: + ... @staticmethod def _find_with_regex(data: str, regex: re.Pattern):