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/outlets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smart_home/outlets.py') diff --git a/smart_home/outlets.py b/smart_home/outlets.py index 81e10a7..f34d574 100644 --- a/smart_home/outlets.py +++ b/smart_home/outlets.py @@ -10,7 +10,7 @@ import os import re import subprocess import sys -from typing import Any, Dict, List, Optional, Set +from typing import Dict, List, Optional import argparse_utils import config -- cgit v1.3