From e33b93ec917e1898ec166328b1435553c1ea80eb Mon Sep 17 00:00:00 2001 From: bopeng-saitama Date: Mon, 23 Oct 2023 17:17:32 +0900 Subject: [PATCH] fix: flake8 error Signed-off-by: bopeng-saitama --- ros2caret/verb/check_ctf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ros2caret/verb/check_ctf.py b/ros2caret/verb/check_ctf.py index 9a8030a8..f65a5bbf 100644 --- a/ros2caret/verb/check_ctf.py +++ b/ros2caret/verb/check_ctf.py @@ -23,7 +23,7 @@ class CheckCTFVerb(VerbExtension): - + def add_arguments(self, parser, cli_name): parser.add_argument( 'trace_dir', type=str,