Skip to content

Commit dabe7b5

Browse files
committed
lint
1 parent 8ef03a3 commit dabe7b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/tests/iotools/test_pvgis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,8 @@ def _compare_pvgis_tmy_csv(expected, month_year_expected, inputs_expected,
505505
assert inputs['longitude'] == inputs_expected['location']['longitude']
506506
assert inputs['elevation'] == inputs_expected['location']['elevation']
507507
assert (inputs['irradiance time offset']
508-
== inputs_expected['location']['irradiance time offset']
509-
)
508+
== inputs_expected['location']['irradiance time offset']
509+
)
510510
for meta_value in meta:
511511
if not meta_value:
512512
continue

0 commit comments

Comments
 (0)