diff options
author | Evgeny Sorokin <me@ch1p.io> | 2024-01-16 02:09:37 +0300 |
---|---|---|
committer | Evgeny Sorokin <me@ch1p.io> | 2024-01-16 02:09:37 +0300 |
commit | f3793f8ecea79f98f866398e313be27ec14fafc3 (patch) | |
tree | 9e87bb9cb5815722a97a9785533a5aadbc294e5b /bin | |
parent | da5db8bc280deab0e2081f39d2f32aabb2372afe (diff) | |
parent | 05c5d18f7619c28e620d42c0921f81ced780cc2d (diff) |
merge
Diffstat (limited to 'bin')
-rw-r--r-- | bin/web_kbn.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/web_kbn.py b/bin/web_kbn.py index 75437f1..397841d 100644 --- a/bin/web_kbn.py +++ b/bin/web_kbn.py @@ -13,7 +13,6 @@ from homekit.config import config, AppConfigUnit from homekit.util import homekit_path, filesize_fmt, seconds_to_human_readable_string from aiohttp import web from homekit import http -from homekit.modem import ModemsConfig, E3372, MacroNetWorkType class WebKbnConfig(AppConfigUnit): |