From 5c73f3962f13c29089818a5f00e29e8b5531b344 Mon Sep 17 00:00:00 2001 From: Luis Camero Date: Thu, 10 Oct 2024 12:24:05 -0400 Subject: [PATCH] Removed line at EOF --- clearpath_config/platform/can.py | 1 - 1 file changed, 1 deletion(-) diff --git a/clearpath_config/platform/can.py b/clearpath_config/platform/can.py index 7a9f732..a55f8fb 100644 --- a/clearpath_config/platform/can.py +++ b/clearpath_config/platform/can.py @@ -155,4 +155,3 @@ def config(self, can_bridges: list): bridge = CANBridge() bridge.from_dict(b) self._can_bridges.add(bridge) -