Skip to content

Commit

Permalink
Add print_stat.py black reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
timeforplanb123 committed Oct 19, 2023
1 parent 88ca0f2 commit 760902b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nornir_utils/plugins/functions/print_stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def _print_individual_stat(
ch_sum: int = 0,
f_sum: int = 0,
) -> Tuple[int, int, int]:

f, ch = (result.failed, result.changed)

res_sum += 1
Expand All @@ -35,7 +34,6 @@ def _print_stat(
ch_sum: int = 0,
f_sum: int = 0,
) -> Tuple[int, int, int]:

if isinstance(result, AggregatedResult):
msg = result.name
print("{}{}{}{}".format(Style.BRIGHT, Fore.CYAN, msg, "*" * (80 - len(msg))))
Expand Down

0 comments on commit 760902b

Please sign in to comment.