Skip to content

Commit bf2a3a6

Browse files
adamimosclaude
andcommitted
Apply ruff formatting to test_config_resolution.py
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d9f9283 commit bf2a3a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/utils/test_config_resolution.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,7 @@ def test_with_both_special_tokens(self):
130130
(50257, True, True, 50259),
131131
],
132132
)
133-
def test_parametrized_cases(
134-
self, generator_vocab_size: int, use_bos: bool, use_eos: bool, expected: int
135-
):
133+
def test_parametrized_cases(self, generator_vocab_size: int, use_bos: bool, use_eos: bool, expected: int):
136134
"""Test various combinations of vocab size and special tokens."""
137135
assert compute_model_vocab_size(generator_vocab_size, use_bos, use_eos) == expected
138136

0 commit comments

Comments
 (0)