Skip to content

Commit

Permalink
Delete outdated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Jan 3, 2024
1 parent 82c88e7 commit 5a41e94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/src/opentrons/system/wifi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a41e94

Please sign in to comment.