Skip to content

Commit

Permalink
Revert "Remove useless code"
Browse files Browse the repository at this point in the history
Apparently this wasn't useless

This reverts commit c6b7109.
  • Loading branch information
JakeMartin-ICL committed Apr 19, 2024
1 parent c166dc9 commit 062d5e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homeassistant/components/monzo/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class MonzoFlowHandler(
):
"""Handle a config flow."""

DOMAIN = DOMAIN

oauth_data: dict[str, Any]

@property
Expand Down

0 comments on commit 062d5e2

Please sign in to comment.