We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e10990 commit df288c7Copy full SHA for df288c7
tests/test_init.py
@@ -1,6 +1,5 @@
1
# pylint: disable=protected-access
2
"""Test Plugwise Home Assistant module and generate test JSON fixtures."""
3
-import asyncio
4
import importlib
5
import json
6
@@ -201,7 +200,7 @@ async def smile_http_ok(cls, request):
201
200
@classmethod
202
async def smile_timeout(cls, request):
203
"""Render timeout endpoint."""
204
- raise asyncio.TimeoutError
+ raise TimeoutError
205
206
207
async def smile_broken(cls, request):
0 commit comments