Skip to content

Commit bfed492

Browse files
PEP8
1 parent 5d8b730 commit bfed492

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

climada/engine/uncertainty/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
__all__ = ['UncVar', 'Uncertainty']
2323

2424
import logging
25-
import json
26-
2725
from itertools import zip_longest
2826
from pathlib import Path
2927

climada/hazard/wildfire.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ class FirmsParams():
9797
clus_thres_firms: int = 15
9898
remove_minor_fires_firms: bool = True
9999
minor_fire_thres_firms: int = 3
100-
100+
101101
@dataclass
102102
class ProbaParams():
103103
""" DataClass as container for parameters for generation of
104104
probabilistic events.
105-
105+
106106
PLEASE BE AWARE: Parameter values did not undergo any calibration.
107-
107+
108108
Attributes:
109109
----------
110110
blurr_steps : int, default = 4

0 commit comments

Comments
 (0)