From c5a170c8e967500e90afb07c966a55f35145ed01 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Tue, 19 Apr 2022 18:33:55 +0000 Subject: [PATCH] Restyled by autopep8 --- scripts/tests/chiptest/accessories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tests/chiptest/accessories.py b/scripts/tests/chiptest/accessories.py index ddb3e7aa496b33..6e9ce9a1a26022 100644 --- a/scripts/tests/chiptest/accessories.py +++ b/scripts/tests/chiptest/accessories.py @@ -128,5 +128,5 @@ def __createCommandLineOptions(self, args): options = {} if (len(args) % 2) == 0: # Create a dictionary from the key-value pair list - options = { args[i]: args[i+1] for i in range(0, len(args), 2)} + options = {args[i]: args[i+1] for i in range(0, len(args), 2)} return options