Skip to content

Commit b99cca3

Browse files
committed
Use pyuhoo subrepo library
1 parent 4016f18 commit b99cca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from unittest.mock import patch
44

55
import pytest
6-
from pyuhoo.device import Device
7-
from pyuhoo.errors import UnauthorizedError
6+
from custom_components.uhoo.pyuhoo.pyuhoo.device import Device
7+
from custom_components.uhoo.pyuhoo.pyuhoo.errors import UnauthorizedError
88

99
from .const import MOCK_DEVICE, MOCK_DEVICE_DATA
1010

0 commit comments

Comments
 (0)