Skip to content

Commit 63ed4fa

Browse files
rd4398claude
andcommitted
style: apply ruff formatting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Rohan Devasthale <rdevasth@redhat.com>
1 parent 642bd45 commit 63ed4fa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/fromager/resolver.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,7 @@ def find_all_matching_from_provider(
280280
)
281281

282282
if max_age_cutoff is not None:
283-
max_age_days = (
284-
datetime.datetime.now(datetime.UTC) - max_age_cutoff
285-
).days
283+
max_age_days = (datetime.datetime.now(datetime.UTC) - max_age_cutoff).days
286284
filtered = [
287285
c
288286
for c in candidates_list

0 commit comments

Comments
 (0)