Skip to content

Commit 7fbff80

Browse files
authored
Merge pull request #1594 from ziadhany/fix-kev
Fix typo in Kev requests import
2 parents ed17dbd + b094cb5 commit 7fbff80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulnerabilities/improvers/vulnerability_kev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import logging
22
from typing import Iterable
33

4+
import requests
45
from django.db.models import QuerySet
5-
from sphinx.util import requests
66

77
from vulnerabilities.improver import Improver
88
from vulnerabilities.improver import Inference

0 commit comments

Comments
 (0)