Skip to content

Commit ed06995

Browse files
committed
Fix errors
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 34969c4 commit ed06995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulnerabilities/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3490,7 +3490,7 @@ class PackageV2(PackageURLMixin):
34903490
null=False,
34913491
help_text="The Package URL for this package.",
34923492
db_index=True,
3493-
unique=True
3493+
unique=True,
34943494
)
34953495

34963496
plain_package_url = models.CharField(

0 commit comments

Comments
 (0)