Skip to content

Commit 7bbebd7

Browse files
committed
indentation correction
1 parent c07d7e8 commit 7bbebd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

climada/hazard/storm_europe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __init__(self):
4444
Hazard.__init__(self, HAZ_TYPE)
4545
self.ssi = np.array([], int)
4646

47-
def read_footprints(self, path, description=None,
47+
def read_footprints(self, path, description=None,
4848
ref_raster=None, centroids=None,
4949
files_omit='fp_era20c_1990012515_701_0.nc'):
5050
"""Clear instance and read WISC footprints. Read Assumes that all
@@ -61,7 +61,7 @@ def read_footprints(self, path, description=None,
6161
ref_raster (str, optional): Reference netCDF file from which to
6262
construct a new barebones Centroids instance. Defaults to the
6363
first file in path.
64-
centroids (Centroids, optional): A Centroids struct, overriding
64+
centroids (Centroids, optional): A Centroids struct, overriding
6565
ref_raster
6666
files_omit (str, list(str), optional): List of files to omit;
6767
defaults to one duplicate storm present in the WISC set as of

0 commit comments

Comments
 (0)