Skip to content

Commit acb143f

Browse files
committed
reformat with black
1 parent 54a1a4d commit acb143f

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

pants-plugins/stevedore_extensions/target_types_rules.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,12 @@ async def inject_stevedore_entry_points_dependencies(
168168
PythonModuleOwners,
169169
PythonModuleOwnersRequest(
170170
entry_point.value.module,
171-
resolve=original_tgt.target[PythonResolveField].normalized_value(python_setup),
172-
)
173-
) for entry_point in entry_points.val
171+
resolve=original_tgt.target[PythonResolveField].normalized_value(
172+
python_setup
173+
),
174+
),
175+
)
176+
for entry_point in entry_points.val
174177
)
175178
original_entry_points = original_tgt.target[StevedoreEntryPointsField].value
176179
resolved_owners = []

0 commit comments

Comments
 (0)