Skip to content

Commit a79770e

Browse files
committed
fix: remove unused imports
1 parent 3aa15f7 commit a79770e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/roborock_future.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import async_timeout
1010

11-
from .exceptions import UnknownMethodError, VacuumError
11+
from .exceptions import VacuumError
1212
from .roborock_message import RoborockMessageProtocol
1313

1414
_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)