some minor tweaks

This commit is contained in:
2022-11-20 20:48:34 +01:00
parent 4ffc0d4b30
commit d6ae213a6e
2 changed files with 9 additions and 2 deletions

View File

@ -55,7 +55,6 @@ class SatRsConfigHook(TmTcCfgHookBase):
super().__init__(json_cfg_path=json_cfg_path)
def assign_communication_interface(self, com_if_key: str) -> Optional[ComInterface]:
print("Communication interface assignment function was called")
from tmtccmd.config.com_if import (
create_com_interface_default,
create_com_interface_cfg_default,