From 0fa1c93a0813cc54adba9aff78e1d8f3f115c5c6 Mon Sep 17 00:00:00 2001 From: Cian Donovan Date: Sun, 18 Jun 2023 21:45:44 +0100 Subject: [PATCH] Remove platform to pass code style check currently failing Signed-off-by: Cian Donovan --- launch/launch/launch_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/launch/launch/launch_service.py b/launch/launch/launch_service.py index 651be5b8d..20dfc5b76 100644 --- a/launch/launch/launch_service.py +++ b/launch/launch/launch_service.py @@ -18,7 +18,6 @@ import collections.abc import contextlib import logging -import platform import signal import threading import traceback