Skip to content

Commit 7b4b966

Browse files
committed
Remove unused logger
1 parent 7d12163 commit 7b4b966

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

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

3-
import logging
4-
53
from roborock.devices.traits import Trait
64
from roborock.devices.transport.mqtt_channel import MqttChannel
75

86
from .command import CommandTrait
97
from .vacuum import VacuumTrait
108

11-
_LOGGER = logging.getLogger(__name__)
12-
139
__all__ = [
1410
"Q10PropertiesApi",
1511
]

0 commit comments

Comments
 (0)