Fix missing brackets (#165138)

As stated in the title.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/165138
Approved by: https://github.com/Aidyn-A, https://github.com/Skylion007
This commit is contained in:
can-gaa-hou
2025-10-10 17:23:28 +00:00
committed by PyTorch MergeBot
parent 39161e73fc
commit af42256db4
3 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ def check_labels(
description=(
f"{label} is not an acceptable owner "
"(please update to another label or edit ACCEPTABLE_OWNERS_LABELS "
"in tools/linters/adapters/testowners_linter.py"
"in tools/linters/adapters/testowners_linter.py)"
),
)
)