Skip to content

Commit

Permalink
maybe that was all
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Feb 3, 2025
1 parent 04532ed commit eed0f44
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/tmtccmd/com/serial_cobs.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
import collections
import logging
import threading
Expand Down
2 changes: 2 additions & 0 deletions src/tmtccmd/com/tcp.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""TCP communication interface"""

from __future__ import annotations

import logging
import queue
import socket
Expand Down
2 changes: 2 additions & 0 deletions src/tmtccmd/com/udp.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""UDP Communication Interface"""

from __future__ import annotations

import logging
import select
import socket
Expand Down

0 comments on commit eed0f44

Please sign in to comment.