Skip to content

Commit

Permalink
Lint/ Ruff Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
illuzn committed Dec 15, 2023
1 parent 017c64a commit b3b449b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/rheem_eziset/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def set_temp(
self,
temp: int
):
"""Set temperature"""
"""Set temperature."""
session = requests.Session()

# Attempt to take control
Expand Down
2 changes: 1 addition & 1 deletion custom_components/rheem_eziset/water_heater.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from homeassistant.const import ATTR_TEMPERATURE, UnitOfTemperature, CONF_HOST, PRECISION_WHOLE

from .api import RheemEziSETApi
from .const import DOMAIN, LOGGER
from .const import DOMAIN
from .coordinator import RheemEziSETDataUpdateCoordinator
from .entity import RheemEziSETEntity

Expand Down

0 comments on commit b3b449b

Please sign in to comment.