From 5a41e94f8e02affbb2e31c71980d069d95b3d730 Mon Sep 17 00:00:00 2001 From: Max Marrone Date: Wed, 3 Jan 2024 16:00:54 -0500 Subject: [PATCH] Delete outdated comment. --- api/src/opentrons/system/wifi.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/src/opentrons/system/wifi.py b/api/src/opentrons/system/wifi.py index c386838726d..3b5ac91d5ee 100644 --- a/api/src/opentrons/system/wifi.py +++ b/api/src/opentrons/system/wifi.py @@ -197,8 +197,6 @@ def eap_check_config(eap_config: Dict[str, Any]) -> Dict[str, Any]: _eap_check_no_extra_args(eap_config, options) for opt in options: - # Ignoring most types to do with EAP_CONFIG_SHAPE because of issues - # wth type inference for dict comprehensions _eap_check_option_ok(opt, eap_config) if opt["type"] == "file" and opt["name"] in eap_config: # Special work for file: rewrite from key id to path