From c626999fc8e38686a3b510637984814e3f5f4fda Mon Sep 17 00:00:00 2001 From: Victor Rachieru Date: Tue, 6 Nov 2018 15:20:19 +0200 Subject: [PATCH] Remove unused import --- tplink_smartplug/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tplink_smartplug/__init__.py b/tplink_smartplug/__init__.py index a0604d9..2fbf5e1 100644 --- a/tplink_smartplug/__init__.py +++ b/tplink_smartplug/__init__.py @@ -1,2 +1 @@ -from .api import SmartPlug -from .commands import COMMAND +from .api import SmartPlug \ No newline at end of file