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

style(*): remove the spare punctuation marks ',' at the end of function parameters

This commit is contained in:
2025-11-08 12:51:33 +08:00
parent 7a599c4f63
commit 1244084c75
10 changed files with 34 additions and 34 deletions
+3 -3
View File
@@ -22,7 +22,7 @@ class LibLogout(LibOperator):
self,
input_queue: queue.Queue,
output_queue: queue.Queue,
driver,
driver
):
super().__init__(input_queue, output_queue)
@@ -31,7 +31,7 @@ class LibLogout(LibOperator):
def _waitResponseLoad(
self,
self
) -> bool:
return True
@@ -39,7 +39,7 @@ class LibLogout(LibOperator):
def logout(
self,
username: str,
username: str
) -> bool:
if self.__driver is None: