Fix code smell

This commit is contained in:
abdulhakeem 2025-01-25 23:03:12 -06:00
parent c7c12269ad
commit 5347fb7a2e

View file

@ -43,4 +43,3 @@ def test_key_error_in_getitem(dataset):
with pytest.raises(KeyError):
dataset[0]