Skip to content

Commit 283253e

Browse files
committed
chore: fix lint
1 parent fcbc672 commit 283253e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/fixtures/aiomqtt_fixtures.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
import paho.mqtt.client as mqtt
1111
import pytest
1212

13-
from roborock.mqtt.session import MqttParams
14-
from roborock.roborock_message import RoborockMessage
15-
16-
from .mqtt import FakeMqttSocketHandler, Subscriber
13+
from .mqtt import FakeMqttSocketHandler
1714

1815

1916
@pytest.fixture(name="mock_aiomqtt_client")

0 commit comments

Comments
 (0)