Skip to content

Commit 4076a03

Browse files
committed
chore: move imports
1 parent 28d35b3 commit 4076a03

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/test_containers.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
from typing import Any
55

66
from roborock import CleanRecord, CleanSummary, Consumable, DnDTimer, HomeData, S7MaxVStatus, UserData
7+
from roborock.b01_containers import (
8+
B01Fault,
9+
B01Props,
10+
SCWindMapping,
11+
WorkStatusMapping,
12+
)
713
from roborock.code_mappings import (
814
RoborockCategory,
915
RoborockDockErrorCode,
@@ -330,12 +336,6 @@ def test_no_value():
330336

331337
def test_b01props_deserialization():
332338
"""Test that B01Props can be deserialized after its module is dynamically imported."""
333-
from roborock.b01_containers import (
334-
B01Fault,
335-
B01Props,
336-
SCWindMapping,
337-
WorkStatusMapping,
338-
)
339339

340340
B01_PROPS_MOCK_DATA = {
341341
"status": 6,

0 commit comments

Comments
 (0)