Skip to content

Commit 091eb5c

Browse files
Tednoob17Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f83b5f4 commit 091eb5c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vulnerabilities/pipelines/v2_importers/zyxel_importer.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#
99

1010
import hashlib
11-
import logging
1211
import re
1312
from datetime import timezone
1413
from urllib.parse import urljoin
@@ -24,8 +23,6 @@
2423
from vulnerabilities.utils import dedupe
2524
from vulnerabilities.utils import find_all_cve
2625

27-
logger = logging.getLogger(__name__)
28-
2926

3027
class ZyxelImporterPipeline(VulnerableCodeBaseImporterPipelineV2):
3128
"""Importer for ZyXEL security advisories pages."""

0 commit comments

Comments
 (0)