Skip to content

Commit cd3fd9f

Browse files
fix: type for capnproto checker by importing from future (#2535)
1 parent f627fab commit cd3fd9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cve_bin_tool/checkers/capnproto.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
https://www.cvedetails.com/product/37224/Capnproto-Capnproto.html?vendor_id=16364
99
1010
"""
11+
from __future__ import annotations
12+
1113
from cve_bin_tool.checkers import Checker
1214

1315

0 commit comments

Comments
 (0)