From 693ab8069d5ff317e8efe6ecbf2fc86032b249f9 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 28 Jun 2026 02:43:34 -0700 Subject: [PATCH] Remove unused FalconH1RMSNormGated import (#6728) FalconH1RMSNormGated is imported from transformers but never referenced in unsloth/models/falcon_h1.py. The unused hoist trips the import-hoist lint gate on the merge commit of every open PR (the gate lints PR-head merged into main), so clearing it here unblocks those PRs. --- unsloth/models/falcon_h1.py | 1 - 1 file changed, 1 deletion(-) diff --git a/unsloth/models/falcon_h1.py b/unsloth/models/falcon_h1.py index 05bfd2ebb3..e3e04e4fdc 100644 --- a/unsloth/models/falcon_h1.py +++ b/unsloth/models/falcon_h1.py @@ -38,7 +38,6 @@ try: FalconH1Model, FalconH1ForCausalLM, FalconH1RMSNorm, - FalconH1RMSNormGated, FalconHybridMambaAttentionDynamicCache, ) except: