Skip to content

Commit 173b114

Browse files
committed
Fix formatting issues
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 777f248 commit 173b114

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

vulnerabilities/models.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3284,9 +3284,7 @@ class Meta:
32843284
fields=["_all_impacts_unfurled", "id"],
32853285
name="advisory_unfurled_idx",
32863286
),
3287-
models.Index(
3288-
fields=["is_latest", "_all_impacts_unfurled"]
3289-
)
3287+
models.Index(fields=["is_latest", "_all_impacts_unfurled"]),
32903288
]
32913289

32923290
def save(self, *args, **kwargs):

0 commit comments

Comments
 (0)