From c45335219b0ed2d2a0848765bc74f4eeb9dff252 Mon Sep 17 00:00:00 2001 From: CodemodService Bot Date: Thu, 25 Apr 2024 11:00:07 -0700 Subject: [PATCH] Pyre Configurationless migration for] [batch:6/29] Differential Revision: D56512658 --- fbgemm_gpu/codegen/genscript/torch_type_utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fbgemm_gpu/codegen/genscript/torch_type_utils.py b/fbgemm_gpu/codegen/genscript/torch_type_utils.py index 70894a564..8ac148caa 100644 --- a/fbgemm_gpu/codegen/genscript/torch_type_utils.py +++ b/fbgemm_gpu/codegen/genscript/torch_type_utils.py @@ -4,6 +4,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 + ###################################################################### # PyTorch Type Utils ######################################################################