From 29ee1f98654a689e9cab76b0c7c68428faa43a8c Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Fri, 29 Oct 2021 10:33:07 -0700 Subject: Adds Arper, cleans up other stuff. --- smart_home/lights.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'smart_home/lights.py') diff --git a/smart_home/lights.py b/smart_home/lights.py index 0752139..5446722 100644 --- a/smart_home/lights.py +++ b/smart_home/lights.py @@ -2,7 +2,7 @@ """Utilities for dealing with the smart lights.""" -from abc import ABC, abstractmethod +from abc import abstractmethod import datetime import json import logging @@ -10,7 +10,7 @@ import os import re import subprocess import sys -from typing import Any, Dict, List, Optional, Set +from typing import Any, Dict, List, Optional import tinytuya as tt -- cgit v1.3