Skip to content

Commit

Permalink
Remove quotes from project root verbose statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivansh-007 committed Nov 2, 2021
1 parent 44cfd6c commit b821ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/black/__init__.py
Expand Up @@ -520,7 +520,7 @@ def get_sources(
if verbose:
if method:
out(
f"Identified `{root}` as project root containing a '{method}'.",
f"Identified `{root}` as project root containing a {method}.",
fg="blue",
)
else:
Expand Down

0 comments on commit b821ed8

Please sign in to comment.