Remove old TODO in WifiManager

hell no
This commit is contained in:
Shane Smiskol
2026-02-19 00:40:20 -08:00
parent a28cc71b8b
commit c736d43cce

View File

@@ -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":