Skip to content

Commit c6e147e

Browse files
committed
test: fix for coverage
1 parent f4db1d0 commit c6e147e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/trajectories/impact_calc_strat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def compute_impacts(
4343
risk_transf_cover: float | None,
4444
calc_residual: bool,
4545
) -> Impact:
46-
pass
46+
"""Method used to compute impact from the snapshots."""
4747

4848

4949
class ImpactCalcComputation(ImpactComputationStrategy):

0 commit comments

Comments
 (0)