Minor: remove comment

This commit is contained in:
Antonin RAFFIN 2020-03-31 16:40:53 +02:00
parent fdecd512db
commit 2bbf6a9462

View file

@ -16,7 +16,7 @@ MODEL_LIST = [
SAC,
]
#
@pytest.mark.parametrize("model_class", MODEL_LIST)
def test_save_load(model_class):
"""