Skip to content

Commit 9ffd1c7

Browse files
committed
flake8
1 parent 808f5f4 commit 9ffd1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/test/test_midc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ def test_read_midc_raw_data_from_nrel():
7070
end_ts = pd.Timestamp('20181019')
7171
var_map = midc.MIDC_VARIABLE_MAP['UAT']
7272
data = midc.read_midc_raw_data_from_nrel('UAT', start_ts, end_ts, var_map)
73-
for k,v in var_map.items():
73+
for k, v in var_map.items():
7474
assert v in data.columns
7575
assert data.index.size == 2880

0 commit comments

Comments
 (0)