From c736d43cce2bc3c7fa62212a6b60bbbdf21e5a01 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 19 Feb 2026 00:40:20 -0800 Subject: [PATCH] Remove old TODO in WifiManager hell no --- system/ui/lib/wifi_manager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/system/ui/lib/wifi_manager.py b/system/ui/lib/wifi_manager.py index 8f1382a52..05eac7959 100644 --- a/system/ui/lib/wifi_manager.py +++ b/system/ui/lib/wifi_manager.py @@ -90,7 +90,6 @@ class Network: strength: int security_type: SecurityType is_saved: bool - ip_address: str = "" # TODO: implement @classmethod def from_dbus(cls, ssid: str, aps: list["AccessPoint"], is_saved: bool) -> "Network":