Skip to content

Commit

Permalink
chore: fix outdated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlb committed Nov 28, 2024
1 parent 8509f8f commit ff284a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
setuptools>=42
wheel
pip>=8.0.3,<24.4
ruff==0.8.0
aiohttp>=3.8.1
typing-extensions
2 changes: 1 addition & 1 deletion src/blueair_api/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(
self.uuid = uuid
self.name = name
self.mac = mac
_LOGGER.debug(f"creating blueair device: {self.name}")
_LOGGER.debug(f"creating blueair device: {self}")

async def init(self):
info = await self.api.get_info(self.uuid)
Expand Down

0 comments on commit ff284a2

Please sign in to comment.