Skip to content

Commit 682df8b

Browse files
committed
Fix linting
1 parent 74a4f4d commit 682df8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

climada/entity/exposures/test/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def test__init__mda_in_kwargs(self):
129129
def test_read_raster_pass(self):
130130
"""from_raster"""
131131
exp = Exposures.from_raster(
132-
HAZ_DEMO_FL, window=Window(10, 20, 50, 60), attrs={'value_unit': 'USD'}
132+
HAZ_DEMO_FL, window=Window(10, 20, 50, 60), attrs={"value_unit": "USD"}
133133
)
134134
exp.check()
135135
self.assertTrue(u_coord.equal_crs(exp.crs, DEF_CRS))

0 commit comments

Comments
 (0)