Skip to content

Commit

Permalink
ruff fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Apr 22, 2024
1 parent 4ff91c7 commit d95f1d3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tmtccmd/com/serial_cobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from tmtccmd.com import ComInterface, ReceptionDecodeError
from tmtccmd.com.serial_base import SerialComBase, SerialCfg, SerialCommunicationType
from tmtccmd.tmtc import TelemetryListT
from cobs import cobs


Expand Down
1 change: 0 additions & 1 deletion tmtccmd/com/serial_dle.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

from tmtccmd.com import ComInterface
from tmtccmd.com.serial_base import SerialComBase, SerialCfg, SerialCommunicationType
from tmtccmd.tmtc import TelemetryListT


@dataclasses.dataclass
Expand Down
1 change: 0 additions & 1 deletion tmtccmd/com/tcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from spacepackets.ccsds.spacepacket import parse_space_packets, PacketId

from tmtccmd.com import ComInterface, SendError
from tmtccmd.tmtc import TelemetryListT
from tmtccmd.com.tcpip_utils import EthAddr

_LOGGER = logging.getLogger(__name__)
Expand Down
1 change: 0 additions & 1 deletion tmtccmd/com/udp.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from typing import List, Optional

from tmtccmd.com import ComInterface
from tmtccmd.tmtc import TelemetryListT
from tmtccmd.com.tcpip_utils import EthAddr


Expand Down

0 comments on commit d95f1d3

Please sign in to comment.