Skip to content

Commit 9c11d8f

Browse files
Fix line code length in test_sodapro.py
1 parent 3bc9d33 commit 9c11d8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pvlib/tests/iotools/test_sodapro.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ def test_get_cams_bad_request(requests_mock):
261261

262262
# Test if HTTPError is raised if incorrect input is specified
263263
# In the below example a non-registrered email is specified
264-
with pytest.raises(requests.exceptions.HTTPError, match='Failed to execute WPS process'):
264+
with pytest.raises(requests.exceptions.HTTPError,
265+
match='Failed to execute WPS process'):
265266
_ = sodapro.get_cams(
266267
start=pd.Timestamp('2020-01-01'),
267268
end=pd.Timestamp('2020-05-04'),

0 commit comments

Comments
 (0)