Skip to content

Commit e58bce0

Browse files
committed
chore: quality fixes
1 parent b2e33bb commit e58bce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutoraspects/commands_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def init_clickhouse() -> list[tuple[str, str]]:
173173
@click.option(
174174
"--fail_on_error", is_flag=True, default=False, help="Allow errors to fail the run."
175175
)
176-
def performance_metrics(
176+
def performance_metrics( # pylint: disable=too-many-arguments
177177
org, course_name, dashboard_slug, slice_name, print_sql, fail_on_error
178178
) -> (list)[tuple[str, str]]:
179179
"""

0 commit comments

Comments
 (0)