From 58b021c37f7de61ab90a286815d92929d3a20fc4 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 25 May 2022 10:39:17 +0200 Subject: [PATCH] remove include --- pus_tc/cmd_definitions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pus_tc/cmd_definitions.py b/pus_tc/cmd_definitions.py index 0eb6b74..3b08349 100644 --- a/pus_tc/cmd_definitions.py +++ b/pus_tc/cmd_definitions.py @@ -8,7 +8,6 @@ from tmtccmd.config import ( from tmtccmd.config.globals import get_default_service_op_code_dict from pus_tc.devs.gps import add_gps_cmds -from pus_tc.devs.gps import GpsOpCodes from pus_tc.devs.pcdu import add_pcdu_cmds from pus_tc.devs.plpcdu import add_pl_pcdu_cmds from pus_tc.devs.rad_sensor import add_rad_sens_cmds