Skip to content

Commit 1ed5ae1

Browse files
committed
Make pylint happy
1 parent 13ed54c commit 1ed5ae1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ush/setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Read in the configuration YAMLs and prepare a self-consistent
55
experiment configuration file.
66
"""
7-
# pylint: disable=too-many-lines, too-many-branches, logging-fstring-interpolation
7+
# pylint: disable=too-many-lines, too-many-branches, logging-fstring-interpolation, too-many-statements
88

99
import base64
1010
import datetime
@@ -61,8 +61,6 @@ def load_config_for_setup(ushdir, default_config_path, user_config_path):
6161
invalid sections/keys or (3) it does not contain mandatory information or (4)
6262
an invalid datetime format is used.
6363
"""
64-
logger = logging.getLogger(__name__)
65-
6664
ushdir = Path(ushdir)
6765

6866
# Load the default and user configs.

0 commit comments

Comments
 (0)