Skip to content

Commit

Permalink
Run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Jan 8, 2025
1 parent a9d8588 commit ad7332b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

from threading import Thread, Condition
from threading import Condition, Thread
from typing import Any, Callable, Optional

from rclpy.callback_groups import ReentrantCallbackGroup
Expand Down

0 comments on commit ad7332b

Please sign in to comment.