Skip to content

Commit 29ac6f9

Browse files
committed
Fixed linting
1 parent aa879e7 commit 29ac6f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_snoo/snoo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ async def get_devices(self) -> list[SnooDevice]:
326326
raise SnooDeviceError from ex
327327
devs = [SnooDevice.from_dict(dev) for dev in resp["snoo"]]
328328
return devs
329-
329+
330330
async def get_babies(self) -> list[BabyData]:
331331
hdrs = self.generate_snoo_auth_headers(self.tokens.aws_id)
332332
try:

0 commit comments

Comments
 (0)