Skip to content

Commit 4343f19

Browse files
committed
Fix flake8 E127 continuation line indentation
1 parent 7e12aec commit 4343f19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_soiling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def test_kimber_grace_period_one_day():
251251
cleaning_threshold = 10
252252
rainfall.iloc[0] = cleaning_threshold + 1 # comfortably above threshold
253253
soiling = kimber(rainfall, cleaning_threshold=cleaning_threshold,
254-
grace_period=1)
254+
grace_period=1)
255255
# 24 hours after the rain event: still within the grace day, should be
256256
# protected (soiling reset to ~0)
257257
assert soiling.iloc[24] < 1e-9

0 commit comments

Comments
 (0)