Skip to content

Commit

Permalink
auto-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Mar 14, 2022
1 parent 42e9431 commit a317237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tmtccmd/utility/tmtc_printer.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,4 +595,4 @@ def print_data(data: bytes):
def chunks(lst: List, n) -> List[List]:
"""Yield successive n-sized chunks from lst."""
for i in range(0, len(lst), n):
yield lst[i:i + n]
yield lst[i : i + n]

0 comments on commit a317237

Please sign in to comment.