Skip to content

Commit ac2f257

Browse files
authored
Fix lint (#460)
Signed-off-by: Fynn Schmitt-Ulms <[email protected]>
1 parent 5718b29 commit ac2f257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_compressors/quantized_compressors/test_nvfp4_quant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ def test_pack_unpack_odd_dims():
5454
)
5555

5656
with pytest.raises((ValueError, torch._dynamo.exc.Unsupported)):
57-
_packed = pack_fp4_to_uint8(x)
57+
_ = pack_fp4_to_uint8(x)

0 commit comments

Comments
 (0)