Skip to content

Commit

Permalink
fix: Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nj1973 committed Jun 20, 2024
1 parent 0084158 commit 6a5c5c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bin/offload
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit 6a5c5c3

Please sign in to comment.