summaryrefslogtreecommitdiff
path: root/smart_home/lights.py
diff options
context:
space:
mode:
Diffstat (limited to 'smart_home/lights.py')
-rw-r--r--smart_home/lights.py4
1 files changed, 2 insertions, 2 deletions
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