diff options
| author | Scott Gasch <[email protected]> | 2021-10-29 10:33:07 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2021-10-29 10:33:07 -0700 |
| commit | 29ee1f98654a689e9cab76b0c7c68428faa43a8c (patch) | |
| tree | 856a21eeb335704045eb64a7bb903f9650a4d802 /smart_home/outlets.py | |
| parent | 8bc64f43dac0b56e2ef734e183490e840d7382d6 (diff) | |
Adds Arper, cleans up other stuff.
Diffstat (limited to 'smart_home/outlets.py')
| -rw-r--r-- | smart_home/outlets.py | 2 |
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 |
