Skip to content

Commit d11a300

Browse files
committed
Mark currently not used parameter
1 parent 858e61c commit d11a300

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/gallia/commands/scan/uds/services.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ class ServicesScannerConfig(UDSScannerConfig):
3030
False, description="check current session; only takes affect if --sessions is given"
3131
)
3232
scan_response_ids: bool = Field(False, description="Include IDs in scan with reply flag set")
33-
auto_reset: bool = Field(False, description="Reset ECU with UDS ECU Reset before every request")
33+
auto_reset: bool = Field(
34+
False, description="Reset ECU with UDS ECU Reset before every request"
35+
) # FIXME: Currently not in use
3436
skip: Ranges2D = Field(
3537
{},
3638
metavar="SESSION_ID:ID",

0 commit comments

Comments
 (0)