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