From b39314c29f1b4d9f44feef76e8915b9a49ca1c09 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Mon, 25 Nov 2024 18:52:18 -0800 Subject: [PATCH] lint --- tests/integration/prebuilt_presets/test_filter_keywords.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/integration/prebuilt_presets/test_filter_keywords.py b/tests/integration/prebuilt_presets/test_filter_keywords.py index a3d00c5f..733f27b6 100644 --- a/tests/integration/prebuilt_presets/test_filter_keywords.py +++ b/tests/integration/prebuilt_presets/test_filter_keywords.py @@ -260,8 +260,6 @@ class TestFilterKeywords: with ( mock_download_collection_entries(is_youtube_channel=False, num_urls=1, is_dry_run=True), - pytest.raises( - UserThrownRuntimeError, match="Keyword eval must be either ANY or ALL" - ), + pytest.raises(UserThrownRuntimeError, match="Keyword eval must be either ANY or ALL"), ): _ = subscription.download(dry_run=True)