Skip to content

Commit e8f7697

Browse files
authored
trailing comma for linter
1 parent fa2232f commit e8f7697

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
@@ -231,7 +231,7 @@ async def set_sticky_white_noise(
231231
self,
232232
device: SnooDevice,
233233
on: bool,
234-
timeout_value: SnooNoiseTimeoutLevels | int = SnooNoiseTimeoutLevels._15_minutes
234+
timeout_value: SnooNoiseTimeoutLevels | int = SnooNoiseTimeoutLevels._15_minutes,
235235
):
236236
"""Enable or disable sticky white noise for a device.
237237

0 commit comments

Comments
 (0)