1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-18 07:23:03 +08:00

fix(operators): fix some type hint, and add imports for LibRenew

This commit is contained in:
2025-11-28 14:53:08 +08:00
parent 189fddfb6a
commit 9a925fecb6
7 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class LibCheckout(LibOperator):
self,
input_queue: queue.Queue,
output_queue: queue.Queue,
driver
driver: any
):
super().__init__(input_queue, output_queue)