Skip to content

Commit

Permalink
Correct mypy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
glance- committed Jan 21, 2020
1 parent 123c1d2 commit 429a5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def get_command(
except ImportError:
# todo: print out issue of loading plugins?
return None
return cast(Union[Group, Command], mod.cli) # type: ignore
return cast(Union[Group, Command], mod.cli)


def _default_token() -> Optional[str]:
Expand Down

0 comments on commit 429a5e5

Please sign in to comment.