Skip to content

Commit ac7e15a

Browse files
chore: linting
1 parent 4907044 commit ac7e15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
def unpack_list(value: list[T], size: int) -> list[Optional[T]]:
12-
return (value + [None] * size)[:size]
12+
return (value + [None] * size)[:size] # type: ignore
1313

1414

1515
def get_running_loop_or_create_one() -> AbstractEventLoop:

0 commit comments

Comments
 (0)