We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd8a69 commit c2cf6efCopy full SHA for c2cf6ef
mypy.ini
@@ -56,9 +56,6 @@ ignore_errors = True
56
[mypy-torch.testing._internal.te_utils.*]
57
ignore_errors = True
58
59
-[mypy-torch.testing._internal.dist_utils.*]
60
-ignore_errors = True
61
-
62
[mypy-torch.testing._internal.codegen.*]
63
64
torch/testing/_internal/dist_utils.py
@@ -6,7 +6,7 @@
6
7
import torch.distributed as dist
8
import torch.distributed.rpc as rpc
9
-from torch.distributed.rpc import _rref_context_get_debug_info
+from torch.distributed.rpc import _rref_context_get_debug_info # type: ignore[attr-defined]
10
11
12
if not dist.is_available():
0 commit comments