Skip to content

Commit

Permalink
Group imports to prevent a pylint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed May 16, 2022
1 parent fe2ec37 commit 8cb27be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ctsm/subset_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
# -- standard libraries
import os
import logging
import argparse
import textwrap
import configparser

from getpass import getuser
import argparse
from argparse import ArgumentParser

# -- import local classes for this script
Expand Down

0 comments on commit 8cb27be

Please sign in to comment.