runners : linter reports cleanup

del an unused parameter and remove a whitespace
This commit is contained in:
2026-01-30 15:19:46 +01:00
parent 2dafcc8c6b
commit 7dd01260b3

View File

@@ -6,6 +6,7 @@ from unisync.paths import PathsManager
from unisync.config import Config
def unisync_sync(synchroniser:Synchroniser, paths_manager:PathsManager, config: Config):
del config # The function signature must be the same for all runners
if synchroniser.create_ssh_master_connection() != 0:
print("Connection failed quitting")
return 1