Skip to content

Commit b0d8996

Browse files
fix: lint
1 parent 8bda309 commit b0d8996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/roborock_future.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class RoborockFuture:
1212
def __init__(self, protocol: int):
1313
self.protocol = protocol
14-
self.fut = Future()
14+
self.fut: Future = Future()
1515
self.loop = self.fut.get_loop()
1616

1717
def resolve(self, item: tuple[Any, VacuumError | None]) -> None:

0 commit comments

Comments
 (0)