Skip to content

Commit ebce530

Browse files
committed
Fix pylint warnings
1 parent 27fd7b1 commit ebce530

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

share/build/buildlib.ekat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ import os, sys, argparse, logging, shutil
44

55
from standard_script_setup import *
66
from CIME import utils
7-
from CIME.utils import expect, run_bld_cmd_ensure_logging, run_cmd_no_fail, run_cmd
7+
from CIME.utils import expect, run_bld_cmd_ensure_logging
88
from CIME.case import Case
9-
from CIME.build import get_standard_makefile_args
109

1110
sys.path.append(os.path.dirname(__file__))
1211
from buildlib_util import extract_from_macros

0 commit comments

Comments
 (0)