From a311224046fc9308fb3b78860fa697418d068368 Mon Sep 17 00:00:00 2001 From: VincentAURIAU Date: Fri, 27 Dec 2024 23:22:28 +0100 Subject: [PATCH] FIX: pre-commits, again --- tests/unit_tests/datasets/test_expedia.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/unit_tests/datasets/test_expedia.py b/tests/unit_tests/datasets/test_expedia.py index d85da49..85187c3 100644 --- a/tests/unit_tests/datasets/test_expedia.py +++ b/tests/unit_tests/datasets/test_expedia.py @@ -1,14 +1,11 @@ """Unit testing for Expedia loader.""" -import numpy as np -import pandas as pd import pytest -from choice_learn.data import ChoiceDataset from choice_learn.datasets import load_expedia def test_raise_filenotfound(): - """Test that error raised if no file exist""" + """Test that error raised if no file exist.""" with pytest.raises(FileNotFoundError): load_expedia()