diff --git a/tests/validate-perfetto-proto.py b/tests/validate-perfetto-proto.py index 3092feec..cde4473c 100755 --- a/tests/validate-perfetto-proto.py +++ b/tests/validate-perfetto-proto.py @@ -75,7 +75,9 @@ def validate_perfetto(data, labels, counts, depths): "-p", "--print", action="store_true", help="Print the processed perfetto data" ) parser.add_argument("-i", "--input", type=str, help="Input file", required=True) - parser.add_argument("-t", "--trace_processor_shell", type=str, help="Path of trace_processor_shell") + parser.add_argument( + "-t", "--trace_processor_shell", type=str, help="Path of trace_processor_shell" + ) parser.add_argument( "--key-names", type=str,