Skip to content

Commit 28e7d58

Browse files
committed
Fix linter
1 parent e7d80e3 commit 28e7d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/iotools/pvgis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@ def read_pvgis_hourly(filename, pvgis_format=None, map_variables=True):
384384
return pvgis_data
385385

386386
elif outputformat == 'basic':
387-
err_msg = "outputformat='basic' is no longer supported, please use outputformat='csv'" \
388-
" instead."
387+
err_msg = "outputformat='basic' is no longer supported, please use "\
388+
"outputformat='csv' instead."
389389
raise ValueError(err_msg)
390390

391391
else:

0 commit comments

Comments
 (0)