Skip to content

Commit

Permalink
fix: remove unused self.epss_data
Browse files Browse the repository at this point in the history
  • Loading branch information
terriko committed May 15, 2024
1 parent 0b21557 commit c9db70e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cve_bin_tool/cvedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ def __init__(
self.cve_count = -1
self.all_cve_entries: list[dict[str, Any]] | None = None

self.epss_data = None

self.exploits_list: list[Any] = []
self.exploit_count = 0

Expand Down

0 comments on commit c9db70e

Please sign in to comment.