Skip to content

Commit 64121ee

Browse files
authored
fix: typing for map (#141)
1 parent 6c259ce commit 64121ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roborock/containers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,10 +508,10 @@ class MultiMapsListMapInfoBakMaps(RoborockBase):
508508
class MultiMapsListMapInfo(RoborockBase):
509509
_ignore_keys = ["mapFlag"]
510510

511-
mapFlag: Any | None = None
511+
mapFlag: int
512+
name: str
512513
add_time: Any | None = None
513514
length: Any | None = None
514-
name: Any | None = None
515515
bak_maps: list[MultiMapsListMapInfoBakMaps] | None = None
516516

517517

0 commit comments

Comments
 (0)