From dcf65b1070c101d3e3ab935835b243f3dc38fd94 Mon Sep 17 00:00:00 2001 From: Chris Billows <152496175+chrisbillowsMO@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:41:44 +0000 Subject: [PATCH] #3724: Add blank line for flake8 --- esmvaltool/utils/recipe_test_workflow/Jinja2Tests/file_exists.py | 1 + 1 file changed, 1 insertion(+) diff --git a/esmvaltool/utils/recipe_test_workflow/Jinja2Tests/file_exists.py b/esmvaltool/utils/recipe_test_workflow/Jinja2Tests/file_exists.py index 9478b0d140..760d16495a 100644 --- a/esmvaltool/utils/recipe_test_workflow/Jinja2Tests/file_exists.py +++ b/esmvaltool/utils/recipe_test_workflow/Jinja2Tests/file_exists.py @@ -1,5 +1,6 @@ from pathlib import Path + def file_exists(file_path): run_directory = Path.cwd() site_recipes_file_path = run_directory / file_path