Skip to content

Commit

Permalink
noop; formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rogthefrog committed Jan 16, 2025
1 parent c493db2 commit 864861a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/modelgauge_tests/test_prompt_sets.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import pytest
from modelgauge.prompt_sets import prompt_set_file_base_name, PROMPT_SETS, TEST_PROMPT_SETS, validate_prompt_set
from modelgauge.prompt_sets import (
PROMPT_SETS,
TEST_PROMPT_SETS,
prompt_set_file_base_name,
validate_prompt_set,
) # usort: skip


def test_file_base_name():
Expand Down

0 comments on commit 864861a

Please sign in to comment.