mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
use absolute imports
This commit is contained in:
parent
8a7d955eb7
commit
55d898b547
@ -14,8 +14,8 @@ You may obtain a copy of the license at
|
|||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
"""
|
"""
|
||||||
import asyncio
|
import asyncio
|
||||||
import inspect
|
|
||||||
import functools
|
import functools
|
||||||
|
import inspect
|
||||||
import logging
|
import logging
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
|
@ -3,11 +3,7 @@ import logging
|
|||||||
from typing import Any, Dict
|
from typing import Any, Dict
|
||||||
|
|
||||||
from pyHS100.protocol import TPLinkSmartHomeProtocol
|
from pyHS100.protocol import TPLinkSmartHomeProtocol
|
||||||
from pyHS100.smartdevice import (
|
from pyHS100.smartdevice import DeviceType, SmartDevice, SmartDeviceException
|
||||||
DeviceType,
|
|
||||||
SmartDevice,
|
|
||||||
SmartDeviceException,
|
|
||||||
)
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user