Skip to content

Commit 85b007e

Browse files
Pyre Bot Jr.facebook-github-bot
authored andcommitted
Add missing Pyre mode headers] [batch:1/N] [A] [A] (pytorch#1091)
Summary: X-link: pytorch/torchrec#3204 X-link: pytorch/tnt#1016 Differential Revision: D78138183
1 parent 4adf7f6 commit 85b007e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

torchx/distributed/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

7+
# pyre-strict
8+
79
"""
810
Convenience methods to use ``torch.distributed``.
911
"""

torchx/distributed/test/dist_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

7+
# pyre-strict
8+
79
import os
810
import unittest
911
from pathlib import Path

torchx/examples/apps/compute_world_size/config/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
#
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
6+
7+
# pyre-strict

0 commit comments

Comments
 (0)