Skip to content

Commit 425e8f9

Browse files
authored
Merge pull request #10 from ckrening/panond_2
flake8 formatting
2 parents 6f28ec8 + bbbb480 commit 425e8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/iotools/panond.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def parse_panond(fbuf):
132132
# Logical to make sure there is a value to extract
133133
if len(line_data) > 1:
134134
value = _element_type(line_data[1].strip())
135-
135+
136136
else:
137137
value = None
138138
# add a level to the dict. If a key/value pair triggers the new level,

0 commit comments

Comments
 (0)