From 3326bb2076fa88a47c558ec42eca3384081af4ca Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Wed, 1 Jan 2025 23:23:17 -0800 Subject: [PATCH] style --- tests/test_config_flow.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/test_config_flow.py b/tests/test_config_flow.py index 63b26cfc..17e68994 100644 --- a/tests/test_config_flow.py +++ b/tests/test_config_flow.py @@ -116,9 +116,7 @@ async def test_import_twice(hass): ) -async def test_changing_options_when_using_yaml( - hass, -): +async def test_changing_options_when_using_yaml(hass): """Test changing options when using YAML.""" entry = MockConfigEntry( domain=DOMAIN,