diff --git a/recipes/defacing/build.py b/recipes/defacing/build.py index 9a9fa77..966b82f 100644 --- a/recipes/defacing/build.py +++ b/recipes/defacing/build.py @@ -4,15 +4,11 @@ dockerfilePath = 'OpenRecon.dockerfile' baseDockerImage = 'stebo85/niimath-test' - - import json import jsonschema import base64 import os - - def validateJson(jsonFilePath, schemaFilePath): try: # Load the JSON data from the file