remove more unused includes
EIVE/-/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2023-08-17 11:34:34 +02:00
parent 88161ed125
commit 011be9837e
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F
1 changed files with 0 additions and 8 deletions

View File

@ -9,7 +9,6 @@ from eive_tmtc.cfdp.fault_handler import EiveCfdpFaultHandler
from eive_tmtc.cfdp.user import EiveCfdpUser
from spacepackets.ccsds import SPACE_PACKET_HEADER_SIZE
from spacepackets.cfdp import (
ConditionCode,
ChecksumType,
TransmissionMode,
DirectiveType,
@ -19,19 +18,12 @@ from spacepackets.cfdp import (
from eive_tmtc.pus_tc.tc_handler import TcHandler
from tmtccmd.logging import add_colorlog_console_logger
from tmtccmd.cfdp import CfdpUserBase, TransactionId
from tmtccmd.cfdp.handler import CfdpInCcsdsHandler
from tmtccmd.cfdp.mib import (
DefaultFaultHandlerBase,
LocalEntityCfg,
IndicationCfg,
RemoteEntityCfg,
)
from tmtccmd.cfdp.user import (
TransactionFinishedParams,
MetadataRecvParams,
FileSegmentRecvdParams,
)
try:
import spacepackets