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 fdc7cda commit bf93345Copy full SHA for bf93345
custom_components/uhoo/pyuhoo/pyuhoo/cli.py
@@ -4,7 +4,7 @@
4
import click
5
from aiohttp import ClientSession
6
7
-from pyuhoo import Client
+from .client import Client
8
9
10
async def init_client(username, password, websession) -> Client:
custom_components/uhoo/pyuhoo/pyuhoo/client.py
-from pyuhoo.errors import ForbiddenError, UhooError, UnauthorizedError
+from .errors import ForbiddenError, UhooError, UnauthorizedError
from .api import API
from .consts import APP_VERSION
0 commit comments