Skip to content

Commit 8f2e1f7

Browse files
committed
Fix codestyle
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
1 parent 8d9cbdd commit 8f2e1f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vulnerabilities/migrations/0003_populate_patched_package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def nearest_patched_versions(vulnerable_versions, resolved_versions):
2828

2929
return nearest_patch_for_version
3030

31+
3132
def _get_tuple_key(packagerelatedvulnerability):
3233
return (
3334
packagerelatedvulnerability.vulnerability,

0 commit comments

Comments
 (0)