Skip to content

Commit

Permalink
Add fstring marker
Browse files Browse the repository at this point in the history
  • Loading branch information
stuhood authored Nov 10, 2021
1 parent ec2a123 commit 2753635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/pants/backend/python/dependency_inference/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ async def infer_python_dependencies_via_imports(
f"The following imports in {address} have no owners:\n\n{bullet_list(unowned_imports)}\n\n"
"If you are expecting this import to be provided by your own firstparty code, ensure that it is contained within a source root. "
"Otherwise if you are using a requirements file, consider adding the relevant package.\n"
"Otherwise consider declaring a `python_requirement_library` target, which can then be inferred\n"
"See {doc_url('python-third-party-dependencies')}"
"Otherwise consider declaring a `python_requirement_library` target, which can then be inferred.\n"
f"See {doc_url('python-third-party-dependencies')}"
)

if raise_error:
Expand Down

0 comments on commit 2753635

Please sign in to comment.