Skip to content

Commit 69e92f8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5015d75 commit 69e92f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iris/tests/test_coding_standards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def test_python_versions():
115115
f"PY_VER={latest_supported[:1]}.{latest_supported[1:]}",
116116
),
117117
(benchmark_runner_file, f'python_version = "{latest_supported}"'),
118-
(tox_config_file, '[testenv:py{' + ','.join(all_supported)+ '}-'),
118+
(tox_config_file, "[testenv:py{" + ",".join(all_supported) + "}-"),
119119
]
120120

121121
for ver in all_supported:

0 commit comments

Comments
 (0)