Skip to content

Commit 8460949

Browse files
committed
Reformat with black.
1 parent aca0a5d commit 8460949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ctsm/test/test_sys_subset_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import tempfile
1313
import inspect
1414
import xarray as xr
15-
from CIME.scripts.create_newcase import _main_func as create_newcase # pylint: disable=import-error
15+
from CIME.scripts.create_newcase import _main_func as create_newcase # pylint: disable=import-error
1616

1717
# -- add python/ctsm to path (needed if we want to run the test stand-alone)
1818
_CTSM_PYTHON = os.path.join(os.path.dirname(os.path.realpath(__file__)), os.pardir, os.pardir)

0 commit comments

Comments
 (0)