Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
Distro A, OPSEC #4584

Signed-off-by: Jacob Hassold <[email protected]>
  • Loading branch information
Jacob Hassold committed Apr 1, 2021
1 parent 7058d5f commit 9917e1b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ros2bag/ros2bag/verb/reindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,12 @@
#
# This notice must appear in all copies of this file and its derivatives.

# from argparse import FileType
import os

# from rclpy.qos import InvalidQoSProfileException
from ros2bag.api import check_path_exists
# from ros2bag.api import check_positive_float
# from ros2bag.api import convert_yaml_to_qos_profile
from ros2bag.api import print_error
from ros2bag.verb import VerbExtension
# from ros2cli.node import NODE_NAME_PREFIX
from rosbag2_py import get_registered_readers, Reindexer, StorageOptions
# import yaml


class ReindexVerb(VerbExtension):
Expand Down

0 comments on commit 9917e1b

Please sign in to comment.