Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed May 23, 2022
1 parent 4fbbf12 commit 0e193f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tmtccmd/sendreceive/sequential_sender_receiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ def __print_rem_timeout(self, op_divider: int, divisor: int = 15):
if op_divider % divisor == 0:
rem_time = self._wait_end - time.time()
if rem_time > 0:
LOGGER.info(
f"{rem_time:.01f} seconds wait time remaining"
)
LOGGER.info(f"{rem_time:.01f} seconds wait time remaining")

def __handle_tc_sending_and_tm_reception(self):
"""Internal function which handles the given TC queue while also simultaneously
Expand Down

0 comments on commit 0e193f9

Please sign in to comment.