Skip to content

Commit 2e8e307

Browse files
chore: linting
1 parent 8365166 commit 2e8e307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/cloud_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import paho.mqtt.client as mqtt
1212

13-
from .api import SPECIAL_COMMANDS, RoborockClient, md5hex, KEEPALIVE
13+
from .api import KEEPALIVE, SPECIAL_COMMANDS, RoborockClient, md5hex
1414
from .containers import RoborockDeviceInfo, UserData
1515
from .exceptions import CommandVacuumError, RoborockException, VacuumError
1616
from .roborock_future import RoborockFuture

0 commit comments

Comments
 (0)