From fd4882bfc021356082fe93067acced7033539b75 Mon Sep 17 00:00:00 2001 From: Felipe Date: Fri, 7 Mar 2025 12:30:44 -0800 Subject: [PATCH] Fix lint --- tests/unit/cag/test_inequality.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/unit/cag/test_inequality.py b/tests/unit/cag/test_inequality.py index 38c14cdb9..99a57a6fe 100644 --- a/tests/unit/cag/test_inequality.py +++ b/tests/unit/cag/test_inequality.py @@ -466,7 +466,10 @@ def test__fit(self): assert instance._low_datetime_format == '%y %m, %d' assert instance._high_datetime_format == '%y %m %d' - @pytest.mark.parametrize('dtype', ['float16', 'float32', 'float64', 'Float64', 'Float32', 'Int64', 'Int32', 'Int16', 'Int8']) + @pytest.mark.parametrize( + 'dtype', + ['float16', 'float32', 'float64', 'Float64', 'Float32', 'Int64', 'Int32', 'Int16', 'Int8'], + ) def test__fit_numerical(self, dtype): """Test it for numerical columns.""" # Setup