Skip to content

Commit

Permalink
remove hint from test
Browse files Browse the repository at this point in the history
  • Loading branch information
savarin committed Feb 6, 2024
1 parent 33d2109 commit 4816502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_distil.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_must_have_hint() -> None:
with pytest.raises(AssertionError):

@instructions.distil
def test_func(x: int) -> SimpleModel:
def test_func(x: int):
return SimpleModel(data=x)


Expand Down

0 comments on commit 4816502

Please sign in to comment.