Skip to content

Commit

Permalink
Fix fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Sep 13, 2024
1 parent 08276e3 commit 797e61b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pex/resolve/pre_resolved_resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ def resolve_from_dists(
FingerprintedDistribution(
distribution=Distribution.load(dist_path), fingerprint=fingerprint
)
for dist_path, fingerprint
in iter_map_parallel(
for dist_path, fingerprint in iter_map_parallel(
inputs=wheels,
function=_fingerprint_dist,
max_jobs=pip_configuration.max_jobs,
Expand Down

0 comments on commit 797e61b

Please sign in to comment.