Skip to content

Commit 0aaaa11

Browse files
committed
Fix formatting issues
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent bc88834 commit 0aaaa11

File tree

1 file changed

+1
-1
lines changed
  • vulnerabilities/importers

1 file changed

+1
-1
lines changed

vulnerabilities/importers/osv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def get_affected_purl(affected_pkg, raw_id):
227227
logger.error(
228228
f"Invalid PackageURL: {purl!r} for affected_pkg {affected_pkg} for OSV id: {raw_id}"
229229
)
230-
return None
230+
return None
231231

232232

233233
def get_affected_version_range(affected_pkg, raw_id, supported_ecosystem):

0 commit comments

Comments
 (0)