Skip to content

Commit 8806519

Browse files
committed
Add missing import
1 parent cfd081e commit 8806519

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyhilo/oauth2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
from homeassistant.helpers.config_entry_oauth2_flow import LocalOAuth2Implementation
77

88
from homeassistant.helpers.aiohttp_client import async_create_clientsession
9-
from aiohttp import CookieJar
9+
from aiohttp import CookieJar, ClientError
10+
from json import JSONDecodeError
1011
from pyhilo.const import AUTH_AUTHORIZE, AUTH_CLIENT_ID, AUTH_TOKEN, DOMAIN
1112
from pyhilo.oauth2helper import OAuth2Helper
1213

0 commit comments

Comments
 (0)