Skip to content

Commit

Permalink
Fix linting in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
h4de5 authored Jun 11, 2024
1 parent dcac25d commit 2564bcf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions custom_components/toshiba_ac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
_LOGGER.warning("Initial connection failed, trying to get new sas_token...")
# If it fails to connect, try to get a new sas_token
device_manager = ToshibaAcDeviceManager(
entry.data["username"],
entry.data["password"],
entry.data["device_id"]
entry.data["username"], entry.data["password"], entry.data["device_id"]
)

try:
Expand Down

0 comments on commit 2564bcf

Please sign in to comment.