Skip to content

Commit

Permalink
yapf
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 committed Aug 3, 2024
1 parent 7e0a846 commit 5f62568
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/entrypoints/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ def sample_prompts():
@pytest.fixture
def sample_token_ids():
return [
[0],
[0, 1],
[0, 2, 1],
[0, 3, 1, 2],
[0],
[0, 1],
[0, 2, 1],
[0, 3, 1, 2],
]


Expand Down

0 comments on commit 5f62568

Please sign in to comment.