Skip to content

Commit a0d5f15

Browse files
committed
chore: Remove container
1 parent 3f9cb37 commit a0d5f15

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

roborock/containers.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -859,11 +859,3 @@ class DyadSndState(RoborockBase):
859859
@dataclass
860860
class DyadOtaNfo(RoborockBase):
861861
mqttOtaData: dict
862-
863-
864-
@dataclass
865-
class SimpleObject(RoborockBase):
866-
"""Simple object for testing serialization."""
867-
868-
name: str | None = None
869-
value: int | None = None

0 commit comments

Comments
 (0)