Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
i-oden committed Sep 6, 2023
1 parent 5eba2c8 commit b86fc59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dds_cli/superadmin_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ def get_stats(self) -> None:
columns=user_stat_columns,
rows=stats,
caption=(
f"Number of Units using the DDS for data deliveries, and number of accounts with different roles.\n {column_descriptions}"
"Number of Units using the DDS for data deliveries, "
f"and number of accounts with different roles.\n {column_descriptions}"
),
)
dds_cli.utils.console.print(
Expand All @@ -139,7 +140,8 @@ def get_stats(self) -> None:
columns=project_stat_columns,
rows=stats,
caption=(
f"Number of delivery projects and amount of data that is being (and has been) delivered via the DDS.\n {column_descriptions}"
"Number of delivery projects and amount of data that is being "
f"(and has been) delivered via the DDS.\n {column_descriptions}"
),
)
dds_cli.utils.console.print(
Expand Down

0 comments on commit b86fc59

Please sign in to comment.