Skip to content

Commit e0406b3

Browse files
committed
fixed linting issue
1 parent 654d3cf commit e0406b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/iotools/psm4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def get_nsrdb_psm4_full_disc(latitude, longitude, api_key, email,
508508
year='2023', time_step=60,
509509
parameters=PARAMETERS, leap_day=True,
510510
full_name=PVLIB_PYTHON,
511-
affiliation=PVLIB_PYTHON, utc=False,
511+
affiliation=PVLIB_PYTHON, utc=False,
512512
map_variables=True, url=None, timeout=30):
513513
"""
514514
Retrieve NSRDB PSM4 timeseries weather data from the PSM4 NSRDB GOES Full

0 commit comments

Comments
 (0)