Skip to content

Commit

Permalink
DAS-2254: ruff pre-commit.ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear committed Nov 27, 2024
1 parent b43e21b commit d3d0877
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d3d0877

Please sign in to comment.