Skip to content

Commit 66a6b82

Browse files
Merge pull request #6 from Lash-L/patch-1
Remove circular dependenacy
2 parents 28dcad8 + 6f90705 commit 66a6b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/roborock_queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from asyncio import Queue
33
from typing import Any
44

5-
from roborock import RoborockException
5+
from .exceptions import RoborockException
66

77

88
class RoborockQueue(Queue):

0 commit comments

Comments
 (0)