Skip to content
Snippets Groups Projects
Commit d8b2b4d9 authored by Gabriel Preuß's avatar Gabriel Preuß
Browse files

fix pre-commit comments

parent 9e969cc5
Branches cron_setup
No related tags found
2 merge requests!15Merge dev into main for new release,!12Cron setup
Pipeline #280158 passed
......@@ -10,4 +10,4 @@ export PATH="$HOME/.local/bin:/.poetry/bin/poetry"
cd "${0%/*}"/.. && poetryPath=$(poetry env info --path) || exit 0
source "${poetryPath}"/bin/activate
hmc-unhide harvester run
\ No newline at end of file
hmc-unhide harvester run
......@@ -99,11 +99,7 @@ def show():
@app.command()
def remove(
cron_type: CronType = typer.Option(
help='Which cron type should be removed?'
),
):
def remove(cron_type: CronType = typer.Option(help='Which cron type should be removed?'), ):
"""
Removes all crons of a type if exists.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment