diff --git a/cfbs/commands.py b/cfbs/commands.py index 0e708e93..dd6909cf 100644 --- a/cfbs/commands.py +++ b/cfbs/commands.py @@ -30,14 +30,11 @@ is_a_commit_hash, ) -from cfbs.args import get_args from cfbs.pretty import ( pretty, pretty_check_file, pretty_file, CFBS_DEFAULT_SORTING_RULES, - TOP_LEVEL_KEYS, - MODULE_KEYS, ) from cfbs.build import ( init_out_folder, @@ -55,7 +52,6 @@ from cfbs.git import ( git_exists, is_git_repo, - git_commit, git_get_config, git_set_config, git_init, @@ -780,8 +776,8 @@ def update_command(to_update): input_data = read_json(input_path) if input_data == None: log.debug( - "Skipping input update for module '%s': " - + "No input found in '%s'" % (module["name"], input_path) + "Skipping input update for module '%s': " % module["name"] + + "No input found in '%s'" % input_path ) else: try: