Skip to content

Commit 7242c78

Browse files
Pyre Bot Jr.facebook-github-bot
authored andcommitted
Add missing Pyre mode headers] [shard:2/N]
Differential Revision: D74242505
1 parent 8216ac4 commit 7242c78

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)