Skip to content

Commit 9eda590

Browse files
committed
Fix quality linter error
Signed-off-by: Jared O'Connell <joconnel@redhat.com>
1 parent 1e74368 commit 9eda590

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/unit/data/test_builders.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,15 @@
1515
from datasets import Dataset
1616
from transformers import PreTrainedTokenizerBase
1717

18-
from guidellm.data.entrypoints import (
19-
process_dataset,
20-
)
21-
2218
from guidellm.data.builders import (
2319
PromptTooShortError,
2420
ShortPromptStrategy,
2521
ShortPromptStrategyHandler,
2622
push_dataset_to_hub,
2723
)
24+
from guidellm.data.entrypoints import (
25+
process_dataset,
26+
)
2827

2928

3029
@pytest.fixture

0 commit comments

Comments
 (0)