Skip to content

Commit

Permalink
Fix validation error and bump ruff from 0.0.284 to 0.0.285
Browse files Browse the repository at this point in the history
  • Loading branch information
ylabonte committed Aug 18, 2023
1 parent fe3d795 commit 0659fd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion custom_components/proconip_pool_controller/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
Platform,
)
from homeassistant.core import HomeAssistant
from homeassistant.helpers.aiohttp_client import async_get_clientsession

from .api import ProconipApiClient
from .const import DOMAIN
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
colorlog==6.7.0
homeassistant>=2023.6.0
pip>=21.3.1
ruff==0.0.284
ruff==0.0.285
proconip==1.3.0

0 comments on commit 0659fd9

Please sign in to comment.