From d3d0877db0d0cedf755ca98d495912c316007603 Mon Sep 17 00:00:00 2001 From: Matt Savoie Date: Wed, 27 Nov 2024 11:09:08 -0700 Subject: [PATCH] DAS-2254: ruff pre-commit.ci fix --- tests/conftest.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index cb04f16..bd70a52 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -22,9 +22,9 @@ def sample_datatree_file(tmp_path) -> str: """ dt = DataTree() dt['Metadata/Lineage/DEMSLP'] = DataTree() - dt['Metadata/Lineage/DEMSLP'].attrs[ - 'Description' - ] = 'Representative surface slope data for each of the 9 km cells' + dt['Metadata/Lineage/DEMSLP'].attrs['Description'] = ( + 'Representative surface slope data for each of the 9 km cells' + ) nodes = ['Soil_Moisture_Retrieval_Data', 'Soil_Moisture_Retrieval_Data_Polar'] for node in nodes: