Skip to content

Commit

Permalink
maybe it works without type hints..
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Jun 21, 2021
1 parent 2ffca35 commit 6c82059
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tmtccmd/core/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ def __init__(
apid_queue_len_tuple[0], apid_queue_len_tuple[1]
)
self.exit_on_com_if_init_failure = True

self.single_command_package: Tuple[bytearray, Optional[PusTelecommand]] = bytearray(), None
self.single_command_package = bytearray(), None

def get_com_if_id(self):
return self.com_if_key
Expand Down

0 comments on commit 6c82059

Please sign in to comment.