From 6a5c5c3496570c520768d5660a29b9dddbd575c1 Mon Sep 17 00:00:00 2001 From: nj1973 Date: Thu, 20 Jun 2024 14:31:34 +0000 Subject: [PATCH] fix: Fix merge issue --- bin/offload | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/offload b/bin/offload index 96fff106..1b4fee61 100755 --- a/bin/offload +++ b/bin/offload @@ -16,7 +16,7 @@ import sys -from goe.config import config_checks, config_file +from goe.config import config_file from goe.goe import ( get_options, OFFLOAD_OP_NAME, @@ -25,9 +25,6 @@ from goe.offload.offload import OffloadOptionError, get_offload_options from goe.orchestration.cli_entry_points import offload_by_cli -config_checks.check_cli_path() - - if __name__ == "__main__": config_file.check_config_path() options = None