Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
Signed-off-by: takeshi.iwanari <[email protected]>
  • Loading branch information
iwatake2222 committed Jan 15, 2024
1 parent 6f0e267 commit e438198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2caret/verb/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import os
import signal
import subprocess
import time

from typing import Optional

Expand All @@ -27,7 +28,6 @@
from ros2caret.verb import VerbExtension
from ros2caret.verb.caret_record_init import init

import time
from tqdm import tqdm

from tracetools_trace.tools import lttng, names, path
Expand Down

0 comments on commit e438198

Please sign in to comment.