Skip to content

Commit a375030

Browse files
committed
Some final pylint complaints
1 parent cd485b7 commit a375030

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

tools/check_name_rules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def main():
2525
type=str, help="XML file with standard name library")
2626
args = parser.parse_args()
2727

28+
# pylint: disable=duplicate-code
2829
stdname_file = os.path.abspath(args.standard_name_file)
2930
_, root = read_xml_file(stdname_file)
3031

tools/lib/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Shared utilities for ESM Standard Names tools."""
2+
13
from .xml_tools import (
24
call_command,
35
validate_xml_file,

0 commit comments

Comments
 (0)