We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bda309 commit b0d8996Copy full SHA for b0d8996
roborock/roborock_future.py
@@ -11,7 +11,7 @@
11
class RoborockFuture:
12
def __init__(self, protocol: int):
13
self.protocol = protocol
14
- self.fut = Future()
+ self.fut: Future = Future()
15
self.loop = self.fut.get_loop()
16
17
def resolve(self, item: tuple[Any, VacuumError | None]) -> None:
0 commit comments