We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a1a4d commit acb143fCopy full SHA for acb143f
1 file changed
pants-plugins/stevedore_extensions/target_types_rules.py
@@ -168,9 +168,12 @@ async def inject_stevedore_entry_points_dependencies(
168
PythonModuleOwners,
169
PythonModuleOwnersRequest(
170
entry_point.value.module,
171
- resolve=original_tgt.target[PythonResolveField].normalized_value(python_setup),
172
- )
173
- ) for entry_point in entry_points.val
+ resolve=original_tgt.target[PythonResolveField].normalized_value(
+ python_setup
+ ),
174
175
+ )
176
+ for entry_point in entry_points.val
177
)
178
original_entry_points = original_tgt.target[StevedoreEntryPointsField].value
179
resolved_owners = []
0 commit comments