From 675117d731bf49c36a98f50b6b9b2dfe986e91c5 Mon Sep 17 00:00:00 2001 From: Karen Garcia Perdomo Date: Mon, 15 Jan 2024 23:14:46 +0000 Subject: [PATCH] Fixed flake8 issue --- tests/integration/cmor/_fixes/cmip6/test_gfdl_cm4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/cmor/_fixes/cmip6/test_gfdl_cm4.py b/tests/integration/cmor/_fixes/cmip6/test_gfdl_cm4.py index 7dc3ac4c88..46b4424f52 100644 --- a/tests/integration/cmor/_fixes/cmip6/test_gfdl_cm4.py +++ b/tests/integration/cmor/_fixes/cmip6/test_gfdl_cm4.py @@ -218,4 +218,4 @@ def test_uas_fix_metadata(uas_cubes): out_cubes = fix.fix_metadata(uas_cubes) assert out_cubes[0].var_name == 'uas' coord = out_cubes[0].coord('height') - assert coord == height_coord \ No newline at end of file + assert coord == height_coord