diff --git a/custom_components/mail_and_packages/config_flow.py b/custom_components/mail_and_packages/config_flow.py index 33ff9dd9..1f4ac294 100644 --- a/custom_components/mail_and_packages/config_flow.py +++ b/custom_components/mail_and_packages/config_flow.py @@ -133,7 +133,6 @@ async def _show_config_2(self, user_input): except IndexError: _LOGGER.error("Error creating folder array, using INBOX") mailboxes.append(DEFAULT_FOLDER) - """ if user_input is not None: if "folder" in user_input: