From 55b794cf6c18ae243d182b7dd5311cb7d5dd982c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:25:40 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- w2w/w2w.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/w2w/w2w.py b/w2w/w2w.py index 82ac2b9..a5757e4 100644 --- a/w2w/w2w.py +++ b/w2w/w2w.py @@ -1333,9 +1333,9 @@ def create_lcz_params_file( 'information in WRF [Computer software]. \n' 'https://github.com/matthiasdemuzere/w2w' ) - dst_final.attrs[ - 'DESCRIPTION' - ] = f'W2W.py tool used to create geo_em*.nc file:\n {gh_ref}' + dst_final.attrs['DESCRIPTION'] = ( + f'W2W.py tool used to create geo_em*.nc file:\n {gh_ref}' + ) # Save back to file if os.path.exists(info.dst_lcz_params_file):