From 63db070fe1aa949a0ff333830cec00c39c07cd2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarl=20Sondre=20S=C3=A6ther?= Date: Fri, 1 Nov 2024 12:39:00 +0100 Subject: [PATCH] fix linting errors --- src/itwinai/cli.py | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/itwinai/cli.py b/src/itwinai/cli.py index 2be215d1..11f04419 100644 --- a/src/itwinai/cli.py +++ b/src/itwinai/cli.py @@ -6,17 +6,17 @@ # Credits: # - Matteo Bunino - CERN # - Jarl Sondre Sæther - CERN -# +# # -------------------------------------------------------------------------------------- -# Command-line interface for the itwinai Python library. -# Example: -# +# Command-line interface for the itwinai Python library. +# Example: +# # >>> itwinai --help -# +# # -------------------------------------------------------------------------------------- -# -# NOTE: import libraries in the command's function, not here, as having them here will -# slow down the CLI commands significantly. +# +# NOTE: import libraries in the command's function, not here, as having them here will +# slow down the CLI commands significantly. from pathlib import Path from typing import List, Optional @@ -226,7 +226,6 @@ def generate_scalability_plot( Optional[str], typer.Option(help=("Archive name to backup the data, without extension.")), ] = None, - ): """ Generate scalability report merging all CSVs containing epoch time