pytorch/torch/testing/__init__.py
Maggie Moss d1a6e006e0 Fix syntax for pyrefly errors (#166496)
Last one! This ensures all existing suppressions match the syntax expected and will silence only one error code

pyrefly check
lintrunner

Pull Request resolved: https://github.com/pytorch/pytorch/pull/166496
Approved by: https://github.com/Skylion007, https://github.com/mlazos
2025-10-29 20:00:25 +00:00

8 lines
219 B
Python

from torch._C import FileCheck as FileCheck
from . import _utils
# pyrefly: ignore [deprecated]
from ._comparison import assert_allclose, assert_close as assert_close
from ._creation import make_tensor as make_tensor