From e53cd94f3e0dd78806ea579a6d39814209a34b9f Mon Sep 17 00:00:00 2001 From: Mattias Welponer Date: Sat, 23 Jun 2018 13:02:25 +0200 Subject: [PATCH] Fix lint --- tests/components/homematicip_cloud/test_hap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/homematicip_cloud/test_hap.py b/tests/components/homematicip_cloud/test_hap.py index 06d95e6753c..1fa1291853f 100644 --- a/tests/components/homematicip_cloud/test_hap.py +++ b/tests/components/homematicip_cloud/test_hap.py @@ -30,7 +30,7 @@ async def test_hap_init(aioclient_mock): async def test_hap_setup_invalid_token(): """Test we start config flow if username is no longer whitelisted.""" from homematicip.base.base_connection import HmipConnectionError - + hass = Mock() entry = Mock() entry.data = {