Skip to content

Commit

Permalink
chore: quality fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Sep 30, 2024
1 parent 858f3c2 commit 20b4f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutoraspects/commands_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def init_clickhouse() -> list[tuple[str, str]]:
@click.option(
"--fail_on_error", is_flag=True, default=False, help="Allow errors to fail the run."
)
def performance_metrics( # pylint: disable=too-many-arguments
def performance_metrics( # pylint: disable=too-many-arguments,too-many-positional-arguments
org, course_name, dashboard_slug, slice_name, print_sql, fail_on_error
) -> (list)[tuple[str, str]]:
"""
Expand Down

0 comments on commit 20b4f53

Please sign in to comment.