From f44078846e0cec3c1a93df8c61f1a6406a8c29f7 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005307016 Date: Wed, 15 Jan 2025 16:46:05 -0800 Subject: [PATCH] Add missing Pyre mode headers] [shard:2/N] Differential Revision: D68205729 fbshipit-source-id: 04e0f9b3fadb203a3a6ed52999ed5f0b6ad49873 --- torchrec/sparse/tensor_dict.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/torchrec/sparse/tensor_dict.py b/torchrec/sparse/tensor_dict.py index 5eadebd1b..3f00d5275 100644 --- a/torchrec/sparse/tensor_dict.py +++ b/torchrec/sparse/tensor_dict.py @@ -5,6 +5,8 @@ # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. +# pyre-strict + from typing import List, Optional import torch