Skip to content

Commit ae872b3

Browse files
committed
chore: fix imports
1 parent 01e654c commit ae872b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/traits/sound_volume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
from roborock.devices.traits.trait import Trait
44
from roborock.devices.v1_rpc_channel import V1RpcChannel
5-
from roborock.roborock_typing import RoborockCommand
65
from roborock.exceptions import RoborockException
6+
from roborock.roborock_typing import RoborockCommand
77

88
__all__ = [
99
"SoundVolumeTrait",

0 commit comments

Comments
 (0)