From 94614a5e9a00a76b2d83eec0c79b27f55ab22fa4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:00:16 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- ci/apps.json | 4 +++- ci/verify_properties.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ci/apps.json b/ci/apps.json index affb13ce..e0964deb 100644 --- a/ci/apps.json +++ b/ci/apps.json @@ -1,3 +1,5 @@ { - "Test": {"0.0.1": ""} + "Test": { + "0.0.1": "" + } } diff --git a/ci/verify_properties.py b/ci/verify_properties.py index 8d38b41c..92349319 100644 --- a/ci/verify_properties.py +++ b/ci/verify_properties.py @@ -110,4 +110,4 @@ def verify(models_path="models", bundle="", download_path="download"): parser.add_argument('--models', type=str, help='path of models', default="models") parser.add_argument('--bundle_name', type=str, help='bundle name', default="spleen_ct_segmentation") args = parser.parse_args() - verify(args.models, args.bundle_name) \ No newline at end of file + verify(args.models, args.bundle_name)