Skip to content

Commit

Permalink
Fix lint code quality issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Haris-Ali007 committed Nov 15, 2024
1 parent 48fa95d commit 4797cfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion odxtools/cli/_print_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ def extract_parameter_tabulation_data(parameters: List[Parameter]) -> Table:
def print_dl_metrics(variants: List[DiagLayer], print_fn: Callable[..., Any] = print) -> None:
"""
Print diagnostic layer metrics using Rich tables.
Args:
variants: List of diagnostic layer variants to analyze
print_fn: Optional callable for custom print handling (defaults to built-in print)
Expand Down

0 comments on commit 4797cfb

Please sign in to comment.