From d160973549102deeacd6103bead5394b1750a713 Mon Sep 17 00:00:00 2001 From: autopep8 bot Date: Mon, 23 Sep 2024 15:22:37 +0000 Subject: [PATCH] Automated autopep8 fixes --- tests/unit/tools/test_load_data.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/tools/test_load_data.py b/tests/unit/tools/test_load_data.py index 53a371500..c32d28238 100644 --- a/tests/unit/tools/test_load_data.py +++ b/tests/unit/tools/test_load_data.py @@ -64,7 +64,6 @@ def test_predict_encoding(): assert encoding is not None - @pytest.mark.parametrize('func', [ MOCK_LOADER.read_txt_files, MOCK_LOADER.read_ts_files,