Skip to content

Commit 9f21f9e

Browse files
committed
trailing new line in pvgis.py
1 parent 52d2522 commit 9f21f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/iotools/pvgis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,4 +256,4 @@ def read_pvgis_tmy(filename, outputformat='csv'):
256256
err_msg = (
257257
"output format '{:s}' was unknown, must be either 'epw', 'json', 'csv'"
258258
", or 'basic'").format(outputformat)
259-
raise ValueError(err_msg)
259+
raise ValueError(err_msg)

0 commit comments

Comments
 (0)