Skip to content
Snippets Groups Projects
Commit ff81c11c authored by Robin Mueller's avatar Robin Mueller
Browse files

small fix

parent 688bf7b4
No related branches found
No related tags found
No related merge requests found
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
import select import select
import socket import socket
import sys import sys
from typing import Tuple, Union from typing import Tuple
from comIF.obsw_com_interface import CommunicationInterface, PusTmListT, PusTmInfoQueueT, PusTmQueueT from comIF.obsw_com_interface import CommunicationInterface, PusTmListT
from tm.obsw_pus_tm_factory import PusTelemetryFactory from tm.obsw_pus_tm_factory import PusTelemetryFactory
from tc.obsw_pus_tc_base import PusTcInfoT from tc.obsw_pus_tc_base import PusTcInfoT
from utility.obsw_tmtc_printer import TmTcPrinter from utility.obsw_tmtc_printer import TmTcPrinter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment