Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalita-lbl committed Sep 26, 2024
1 parent 6911f4a commit 3b96e0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_geotools.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,5 @@ def test_landuse_date_death_valley(engine):


def test_landuse_death_valley(engine):
data = engine.get_landuse(
(36.5322649, -116.9325408), "2001-01-01", "2002-01-01"
)
data = engine.get_landuse((36.5322649, -116.9325408), "2001-01-01", "2002-01-01")
assert data["LCCS1"][0]["envo_term"] == "area of barren land"

0 comments on commit 3b96e0b

Please sign in to comment.