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.
This commit is contained in:
Daniel Han 2026-06-28 02:43:34 -07:00 committed by GitHub
commit 693ab8069d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,6 @@ try:
FalconH1Model,
FalconH1ForCausalLM,
FalconH1RMSNorm,
FalconH1RMSNormGated,
FalconHybridMambaAttentionDynamicCache,
)
except: