Skip to content

Commit

Permalink
docs: Correct docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tobni committed Jul 31, 2024
1 parent 4efaacb commit 9bab4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/engine/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -2774,7 +2774,7 @@ class InferFortranDependencies(InferDependenciesRequest):
@rule
def infer_fortran_dependencies(request: InferFortranDependencies) -> InferredDependencies:
hydrated_sources = await Get(HydratedSources, HydrateSources(request.sources))
hydrated_sources = await Get(HydratedSources, HydrateSources(request.field_set.sources))
...
return InferredDependencies(...)
Expand Down

0 comments on commit 9bab4e1

Please sign in to comment.