Skip to content

Commit

Permalink
Merge branch 'dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 authored Mar 22, 2020
2 parents 974c5a4 + bec2918 commit 7cbf334
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/mail_and_packages/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7cbf334

Please sign in to comment.