We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac34dbc commit a26abf7Copy full SHA for a26abf7
test/test_cli.py
@@ -6,7 +6,7 @@
6
import logging
7
import subprocess
8
from cve_bin_tool.cli import main
9
-import cve_bin_tool.cvedb # for disk location default
+from cve_bin_tool.cvedb import DISK_LOCATION_DEFAULT
10
from cve_bin_tool.extractor import Extractor
11
12
from .utils import (
test/test_json.py
@@ -13,7 +13,7 @@
13
from jsonschema import validate
14
from jsonschema.exceptions import ValidationError
15
from test.utils import LONG_TESTS
16
-import cve_bin_tool.cvedb # for default disk location
17
18
# Try python3 dependency, fall back if not available
19
try:
0 commit comments