From cc9a2d46c862ead5437d23bd8c1fde006b08644a Mon Sep 17 00:00:00 2001 From: fabian Date: Tue, 3 Dec 2024 18:03:17 +0100 Subject: [PATCH] Mark currently not used parameter --- src/gallia/commands/scan/uds/services.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gallia/commands/scan/uds/services.py b/src/gallia/commands/scan/uds/services.py index 03bab17f8..40d503fe5 100644 --- a/src/gallia/commands/scan/uds/services.py +++ b/src/gallia/commands/scan/uds/services.py @@ -30,7 +30,9 @@ class ServicesScannerConfig(UDSScannerConfig): False, description="check current session; only takes affect if --sessions is given" ) scan_response_ids: bool = Field(False, description="Include IDs in scan with reply flag set") - auto_reset: bool = Field(False, description="Reset ECU with UDS ECU Reset before every request") + auto_reset: bool = Field( + False, description="Reset ECU with UDS ECU Reset before every request" + ) # FIXME: Currently not in use skip: Ranges2D = Field( {}, metavar="SESSION_ID:ID",