Skip to content

Commit 3e9329f

Browse files
committed
Fix linter
1 parent 9129ad2 commit 3e9329f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pvlib/iotools/meteonorm.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ def get_meteonorm_observation(
125125
endpoint_base = 'observation/'
126126

127127
data, meta = _get_meteonorm(
128-
latitude, longitude, start, end, api_key,
129-
endpoint_base, endpoint,
130-
parameters, surface_tilt, surface_azimuth,
131-
time_step, horizon, interval_index,
132-
map_variables, url)
128+
latitude, longitude, start, end, api_key,
129+
endpoint_base, endpoint,
130+
parameters, surface_tilt, surface_azimuth,
131+
time_step, horizon, interval_index,
132+
map_variables, url)
133133
return data, meta
134134

135135

@@ -221,11 +221,11 @@ def get_meteonorm_forecast(
221221
endpoint_base = 'forecast/'
222222

223223
data, meta = _get_meteonorm(
224-
latitude, longitude, start, end, api_key,
225-
endpoint_base, endpoint,
226-
parameters, surface_tilt, surface_azimuth,
227-
time_step, horizon, interval_index,
228-
map_variables, url)
224+
latitude, longitude, start, end, api_key,
225+
endpoint_base, endpoint,
226+
parameters, surface_tilt, surface_azimuth,
227+
time_step, horizon, interval_index,
228+
map_variables, url)
229229
return data, meta
230230

231231

0 commit comments

Comments
 (0)