Skip to content

Commit a13d334

Browse files
restyled-commitssxb427
authored andcommitted
Restyled by autopep8
1 parent 7443c8e commit a13d334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chef/chef.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
for file in os.listdir(_DEVICE_FOLDER) if file.endswith(".zap") and file != 'template.zap']
4141
_CICD_CONFIG_FILE_NAME = os.path.join(_CHEF_SCRIPT_PATH, "cicd_config.json")
4242
_CD_STAGING_DIR = os.path.join(_CHEF_SCRIPT_PATH, "staging")
43-
_EXCLUDE_DEVICE_FROM_LINUX_CI = [ # These do not compile / deprecated.
43+
_EXCLUDE_DEVICE_FROM_LINUX_CI = [ # These do not compile / deprecated.
4444
"noip_rootnode_dimmablelight_bCwGYSDpoe",
4545
"rootnode_refrigerator_temperaturecontrolledcabinet_temperaturecontrolledcabinet_ffdb696680",
4646
]

0 commit comments

Comments
 (0)