Skip to content

Commit 41d4c79

Browse files
pre-commit-ci[bot]ukmo-ccbunney
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 55414a9 commit 41d4c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iris/tests/unit/fileformats/nc_load_rules/helpers/test_parse_cell_methods.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def test_badly_formatted_warning(self):
126126
cell_method_strings = [
127127
# "time: maximum (interval: 1 hr comment: first bit "
128128
# "time: mean (interval: 1 day comment: second bit)",
129-
'time',
129+
"time",
130130
"time: (interval: 1 hr comment: first bit) "
131131
"time: mean (interval: 1 day comment: second bit)",
132132
"time: maximum (interval: 1 hr comment: first bit) "

0 commit comments

Comments
 (0)