We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28dcad8 + 6f90705 commit 66a6b82Copy full SHA for 66a6b82
roborock/roborock_queue.py
@@ -2,7 +2,7 @@
2
from asyncio import Queue
3
from typing import Any
4
5
-from roborock import RoborockException
+from .exceptions import RoborockException
6
7
8
class RoborockQueue(Queue):
0 commit comments