Skip to content

Commit

Permalink
chore: reformat all files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Feb 7, 2024
1 parent a39c38e commit e8411f0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tutoraspects/commands_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,12 @@ def alembic(command: string) -> list[tuple[str, str]]:

# Ex: "tutor local do dump_data_to_clickhouse "
@click.command(context_settings={"ignore_unknown_options": True})
@click.option("--service", default="lms", type=click.UNPROCESSED, help="The service to run the command on.")
@click.option(
"--service",
default="lms",
type=click.UNPROCESSED,
help="The service to run the command on.",
)
@click.option("--options", default="", type=click.UNPROCESSED)
def dump_data_to_clickhouse(service, options) -> list[tuple[str, str]]:
"""
Expand Down

0 comments on commit e8411f0

Please sign in to comment.