mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-01-22 12:47:05 +00:00
remove unused tplinksmarthomeprotocol import
This commit is contained in:
parent
5839c2d1de
commit
1d7e5fa73c
@ -9,8 +9,10 @@ if sys.version_info < (3, 4):
|
||||
sys.version_info)
|
||||
sys.exit(1)
|
||||
|
||||
from pyHS100 import (SmartDevice, SmartPlug, SmartBulb,
|
||||
TPLinkSmartHomeProtocol, Discover) # noqa: E402
|
||||
from pyHS100 import (SmartDevice,
|
||||
SmartPlug,
|
||||
SmartBulb,
|
||||
Discover) # noqa: E402
|
||||
|
||||
pass_dev = click.make_pass_decorator(SmartDevice)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user