Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlsondre committed Nov 1, 2024
1 parent 7679cf7 commit 63db070
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/itwinai/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
# Credits:
# - Matteo Bunino <[email protected]> - CERN
# - Jarl Sondre Sæther <[email protected]> - 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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 63db070

Please sign in to comment.