Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dermotduffy committed Oct 16, 2024
1 parent fa8c1ee commit 8db0408
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion custom_components/hass_proxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ async def async_unload_entry(
entry: HASSProxyData,
) -> bool:
"""Handle removal of an entry."""

LOGGER.info("HASSPROXY Unloading entry %s", entry.entry_id)
return await hass.config_entries.async_unload_platforms(entry, PLATFORMS)

Expand Down
2 changes: 1 addition & 1 deletion custom_components/hass_proxy/config_flow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A"""Config flow for HASS Proxy."""
"""Config flow for HASS Proxy."""

from __future__ import annotations

Expand Down

0 comments on commit 8db0408

Please sign in to comment.