mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
07c0afdc0b
This commit fixes some E265 errors on newly added TPM files. They were found by running "flake8 ." from the root directory. This is an error defined by "pycodestyle", and has no functional impact to the source. This is simply fixing whitespace as defined by CHIPSEC's .flake8 configuration. background: https://www.flake8rules.com/rules/E265 https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes:~:text=should%20start%20with%20%E2%80%98%23%20%E2%80%98-,E265,-block%20comment%20should tool versions: flake8 v7.3.0, python v3.12.6 Signed-off-by: William Leara <william.leara@dell.com>