Skip to content

Commit f08029e

Browse files
committed
Adding fix on mypy failed
1 parent 136b723 commit f08029e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

qfieldcloud_sdk/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ def job_status(ctx: Context, job_id):
459459
else:
460460
log(f'Job status for {job_id}: {status["status"]}')
461461

462+
462463
@cli.command(short_help="Push a delta file to a project.")
463464
@click.argument("project_id")
464465
@click.argument("delta_filename", type=click.Path(exists=True))

0 commit comments

Comments
 (0)