Skip to content

Commit f340dd1

Browse files
committed
chore: allow type checking in roborock/cloud_api.py
1 parent 6777dd7 commit f340dd1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

roborock/cloud_api.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import base64
55
import logging
66
import threading
7-
import typing
87
import uuid
98
from asyncio import Lock, Task
109
from typing import Any
@@ -21,8 +20,6 @@
2120
from .roborock_typing import RoborockCommand
2221
from .util import RoborockLoggerAdapter
2322

24-
if typing.TYPE_CHECKING:
25-
pass
2623
_LOGGER = logging.getLogger(__name__)
2724
CONNECT_REQUEST_ID = 0
2825
DISCONNECT_REQUEST_ID = 1

0 commit comments

Comments
 (0)