From 6bc14371a4689c408041ad0e9629f87fc71c9b3c Mon Sep 17 00:00:00 2001 From: Yuxuan Hu Date: Tue, 18 Nov 2025 13:23:29 -0800 Subject: [PATCH] test internal diff landing again (no ghexport) Summary: test internal diff landing again (no ghexport) Differential Revision: D87370447 --- src/forge/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/forge/__init__.py b/src/forge/__init__.py index b359f9c5b..e80b3a6ac 100644 --- a/src/forge/__init__.py +++ b/src/forge/__init__.py @@ -17,3 +17,6 @@ os.environ["HF_HUB_ENABLE_HF_TRANSFER"] = "1" except ImportError: pass + +# FIXME: T245433187 remove this line after testing +# test internal approved changes can be landed without an approval in github