From 48ad01c6a692229c72eef8394ed64e1372bb7bbf Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" <robin.mueller.m@gmail.com> Date: Sat, 27 Jun 2020 12:25:20 +0200 Subject: [PATCH] removed empty line --- obsw_tmtc_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/obsw_tmtc_client.py b/obsw_tmtc_client.py index 5e48d21..0dd7b1b 100755 --- a/obsw_tmtc_client.py +++ b/obsw_tmtc_client.py @@ -156,7 +156,6 @@ class TmTcHandler: except (IOError, KeyboardInterrupt): LOGGER.info("Closing TMTC client.") - def handle_action(self): """ Command handling. -- GitLab