mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
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
8 lines
219 B
Python
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
|