Skip to content

Commit c38f285

Browse files
Vasuk12ashmod
andauthored
Update sources.py
Co-authored-by: Shehab <[email protected]>
1 parent 64cc4c6 commit c38f285

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

osv/sources.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ def _get_nested_vulnerability(data, key_path=None):
165165
def parse_vulnerability_from_dict(data, key_path=None, strict=False):
166166
"""Parse vulnerability from dict."""
167167
data = _get_nested_vulnerability(data, key_path)
168-
169168
try:
170169
jsonschema.validate(data, load_schema())
171170
except jsonschema.exceptions.ValidationError as e:

0 commit comments

Comments
 (0)