fix new formatting issue (#2895)

Race between #2889 and another PR.
This commit is contained in:
Jelle Zijlstra 2022-02-23 19:41:42 -08:00 committed by GitHub
parent 6cfb51871b
commit 9b161072c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -477,7 +477,7 @@ def main( # noqa: C901
user_level_config = str(find_user_pyproject_toml())
if config == user_level_config:
out(
f"Using configuration from user-level config at "
"Using configuration from user-level config at "
f"'{user_level_config}'.",
fg="blue",
)