Skip to content

Commit

Permalink
Fix imports of CPE match API
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier authored and y0urself committed Dec 2, 2024
1 parent 1195c28 commit 30feb38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pontos/nvd/cpe_match/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from datetime import datetime
from types import TracebackType
from typing import (
Any,
Iterator,
Optional,
Type,
Expand All @@ -23,7 +24,7 @@
format_date,
now,
)
from pontos.nvd.models.cpe_match_string import CPEMatchString, CPEMatch
from pontos.nvd.models.cpe_match_string import CPEMatchString

__all__ = ("CPEMatchApi",)

Expand Down

0 comments on commit 30feb38

Please sign in to comment.