Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Steimel <[email protected]>
  • Loading branch information
westonsteimel committed Feb 13, 2024
1 parent dfbc823 commit 2f3baf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vunnel/utils/oval_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 2f3baf8

Please sign in to comment.