Skip to content

Commit ff284a2

Browse files
committed
chore: fix outdated requirements
1 parent 8509f8f commit ff284a2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
setuptools>=42
2-
wheel
3-
pip>=8.0.3,<24.4
41
ruff==0.8.0
52
aiohttp>=3.8.1
3+
typing-extensions

src/blueair_api/device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(
3737
self.uuid = uuid
3838
self.name = name
3939
self.mac = mac
40-
_LOGGER.debug(f"creating blueair device: {self.name}")
40+
_LOGGER.debug(f"creating blueair device: {self}")
4141

4242
async def init(self):
4343
info = await self.api.get_info(self.uuid)

0 commit comments

Comments
 (0)