remove unused includes
This commit is contained in:
parent
1325621133
commit
ae29619018
8
tmtcc.py
8
tmtcc.py
@ -1,5 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import argparse
|
||||
import logging
|
||||
import sys
|
||||
import time
|
||||
@ -51,12 +50,7 @@ from tmtccmd.tc import (
|
||||
from tmtccmd.config import default_json_path, SetupWrapper
|
||||
from tmtccmd.config.args import (
|
||||
SetupParams,
|
||||
ArgParserWrapper,
|
||||
create_default_args_parser,
|
||||
add_default_com_if_arguments,
|
||||
add_default_mode_arguments,
|
||||
add_generic_arguments,
|
||||
add_ethernet_arguments,
|
||||
ArgParserWrapper
|
||||
)
|
||||
from config import __version__
|
||||
from config.definitions import PUS_APID
|
||||
|
Loading…
Reference in New Issue
Block a user