Skip to content

Commit 8f5ae98

Browse files
committed
lint
1 parent 3196b60 commit 8f5ae98

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pvlib/iotools/psm4.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def get_nsrdb_psm4_aggregated(latitude, longitude, api_key, email,
8282
"""
8383
Retrieve NSRDB PSM4 timeseries weather data from the PSM4 NSRDB GOES
8484
Aggregated v4 API.
85-
85+
8686
The NSRDB is described in [1]_ and the PSM4 NSRDB GOES Aggregated v4 API is
8787
described in [2]_,.
8888
@@ -225,7 +225,7 @@ def get_nsrdb_psm4_tmy(latitude, longitude, api_key, email, names='2023',
225225
"""
226226
Retrieve NSRDB PSM4 timeseries weather data from the PSM4 NSRDB GOES
227227
TMY v4 API.
228-
228+
229229
The NSRDB is described in [1]_ and the PSM4 NSRDB GOES TMY v4 API is
230230
described in [2]_,.
231231
@@ -369,7 +369,7 @@ def get_nsrdb_psm4_conus(latitude, longitude, api_key, email, names='2023',
369369
"""
370370
Retrieve NSRDB PSM4 timeseries weather data from the PSM4 NSRDB GOES CONUS
371371
v4 API.
372-
372+
373373
The NSRDB is described in [1]_ and the PSM4 NSRDB GOES CONUS v4 API is
374374
described in [2]_,.
375375
@@ -514,7 +514,7 @@ def get_nsrdb_psm4_full_disc(latitude, longitude, api_key, email,
514514
"""
515515
Retrieve NSRDB PSM4 timeseries weather data from the PSM4 NSRDB GOES Full
516516
Disc v4 API.
517-
517+
518518
The NSRDB is described in [1]_ and the PSM4 NSRDB GOES Full Disc v4 API is
519519
described in [2]_,.
520520
@@ -653,7 +653,7 @@ def get_nsrdb_psm4_full_disc(latitude, longitude, api_key, email,
653653
def parse_nsrdb_psm4(fbuf, map_variables=True):
654654
"""
655655
Parse an NSRDB PSM4 weather file (formatted as SAM CSV).
656-
656+
657657
The NSRDB is described in [1]_ and the SAM CSV format is described in [2]_.
658658
659659
Parameters
@@ -787,7 +787,7 @@ def parse_nsrdb_psm4(fbuf, map_variables=True):
787787
def read_nsrdb_psm4(filename, map_variables=True):
788788
"""
789789
Read an NSRDB PSM4 weather file (formatted as SAM CSV).
790-
790+
791791
The NSRDB is described in [1]_ and the SAM CSV format is described in [2]_.
792792
793793
Parameters

0 commit comments

Comments
 (0)