Skip to content

Commit 66b5626

Browse files
authored
Removed unwanted changes in __init__.py
1 parent 7e4463f commit 66b5626

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

vulnerabilities/importers/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
from vulnerabilities.importers import liferay
3636
from vulnerabilities.pipelines import VulnerableCodeBaseImporterPipeline
3737
from vulnerabilities.pipelines import alpine_linux_importer
38-
from vulnerabilities.pipelines import anchore_importer
3938
from vulnerabilities.pipelines import github_importer
4039
from vulnerabilities.pipelines import gitlab_importer
4140
from vulnerabilities.pipelines import nginx_importer
@@ -80,7 +79,6 @@
8079
pysec_importer.PyPIImporterPipeline,
8180
alpine_linux_importer.AlpineLinuxImporterPipeline,
8281
anchore_importer.AnchoreImporterPipeline,
83-
liferay.LiferayImporter,
8482
]
8583

8684
IMPORTERS_REGISTRY = {

0 commit comments

Comments
 (0)