Skip to content

Commit fb69579

Browse files
committed
Remove unused logger
1 parent faf6226 commit fb69579

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

roborock/devices/traits/b01/q10/vacuum.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
"""Traits for Q10 B01 devices."""
22

3-
import logging
4-
53
from roborock.data.b01_q10.b01_q10_code_mappings import B01_Q10_DP
64

75
from .command import CommandTrait
86

9-
_LOGGER = logging.getLogger(__name__)
10-
117

128
class VacuumTrait:
139
"""Trait for sending vacuum commands.

0 commit comments

Comments
 (0)