Fix Arper, make IP address a property of device
[python_utils.git] / smart_home / lights.py
index 07521398307a9234eaac8d2e977b30def714a40d..54467223b9b1cc36c5edabe9d81df187cc1a409c 100644 (file)
@@ -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