From ee885e64f1cb2b2a77056f0d4927fe02ec97708f Mon Sep 17 00:00:00 2001 From: Evan Palmer Date: Mon, 1 Apr 2024 01:01:20 -0700 Subject: [PATCH] Fixed formatting --- mobile_to_maritime/mobile_to_maritime/mobile_to_maritime.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mobile_to_maritime/mobile_to_maritime/mobile_to_maritime.py b/mobile_to_maritime/mobile_to_maritime/mobile_to_maritime.py index 413471d..497d7ed 100644 --- a/mobile_to_maritime/mobile_to_maritime/mobile_to_maritime.py +++ b/mobile_to_maritime/mobile_to_maritime/mobile_to_maritime.py @@ -84,7 +84,8 @@ def _get_qos_profile_from_params(self) -> QoSProfile: ) @abstractmethod - def in_callback(self, msg: Any) -> None: ... + def in_callback(self, msg: Any) -> None: + ... class MaritimeStampedToMobileStamped(MobileToMaritime):