Skip to content

Commit b0707d9

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vulnerabilities/pipelines/v2_improvers/compute_advisory_content_hash.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ def compute_advisory_content_hash(self):
4343
to_update = []
4444
batch_size = 5000
4545

46-
for advisory in progress.iter(
47-
advisories.iterator(chunk_size=batch_size)
48-
):
46+
for advisory in progress.iter(advisories.iterator(chunk_size=batch_size)):
4947
advisory.advisory_content_hash = compute_advisory_content(advisory)
5048
to_update.append(advisory)
5149

0 commit comments

Comments
 (0)