mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
39161e73fc
commit
af42256db4
@ -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)"
|
||||
),
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user