From cb9d90283000bab36f96a0926220e32c25874e21 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Mon, 6 Jul 2026 09:13:29 -0700 Subject: [PATCH] Add the second blank line before _fix_rope_inv_freq (#6910) ruff-format requires two blank lines before a top-level function. loader.py carried only one, so the ruff-format-with-kwargs pre-commit hook reformats it and the run fails. This restores the expected spacing.