Skip to content

Commit 4f91877

Browse files
generatedunixname89002005307016facebook-github-bot
authored andcommitted
Add missing Pyre mode headers] [shard:2/N]
Differential Revision: D65751031 fbshipit-source-id: aaa13c1844544a9978c965d80b4e6eb773739d1d
1 parent b38884b commit 4f91877

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

torchtnt/utils/event.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
from dataclasses import dataclass, field
810
from typing import Dict, Union
911

torchtnt/utils/event_handlers.py

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

8+
# pyre-strict
9+
810
import logging
911
import random
1012
from contextlib import contextmanager

0 commit comments

Comments
 (0)