Commit 4fd35e8
committed
fix(tests): drop stray docstring + duplicate imports to silence ruff E402
The Gemma 4 parser tests were appended below the existing
test_hf_tokenizer_config_str_to_chat_formatter, with their own module-
level docstring and re-imports of json / llama_cpp.llama_chat_format
that ruff flagged as E402 (module-level import not at top of file).
Both imports are already at lines 1 and 9 respectively, so deleting the
duplicate block is a no-op for the runtime behaviour. The orientation
note that used to live in the stray docstring is preserved as an inline
comment block above the new test functions.1 parent bc9464c commit 4fd35e8
1 file changed
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | 95 | | |
106 | 96 | | |
107 | 97 | | |
| |||
0 commit comments