Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Sep 24, 2024
1 parent 504a36b commit 403d693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIME/case/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Case(object):
"""

from CIME.case.case_setup import case_setup, _create_case_repo
from CIME.case.case_setup import case_setup
from CIME.case.case_clone import create_clone, _copy_user_modified_to_clone
from CIME.case.case_test import case_test
from CIME.case.case_submit import check_DA_settings, check_case, submit
Expand Down

0 comments on commit 403d693

Please sign in to comment.