Skip to content

Commit 70d308d

Browse files
committed
Remove example importer from registry
This creates junk data. This importer should be run inside a test only Signed-off-by: Hritik Vijay <hritikxx8@gmail.com>
1 parent 35f477b commit 70d308d

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

vulnerabilities/importers/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@
2020
# VulnerableCode is a free software code scanning tool from nexB Inc. and others.
2121
# Visit https://github.com/nexB/vulnerablecode/ for support and download.
2222
from vulnerabilities.importers import alpine_linux
23-
from vulnerabilities.importers import example
2423
from vulnerabilities.importers import github
2524
from vulnerabilities.importers import nginx
2625

2726
IMPORTERS_REGISTRY = [
28-
example.ExampleImporter,
2927
github.GitHubAPIImporter,
3028
nginx.NginxImporter,
3129
alpine_linux.AlpineImporter,

vulnerabilities/improvers/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from vulnerabilities.improvers import default
33

44
IMPROVERS_REGISTRY = [
5-
importers.example.ExampleAliasImprover,
65
default.DefaultImprover,
76
importers.nginx.NginxBasicImprover,
87
importers.alpine_linux.AlpineBasicImprover,

0 commit comments

Comments
 (0)