Skip to content

Commit bbbb480

Browse files
author
Connor
committed
flake8 formatting
1 parent fb8c7b9 commit bbbb480

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)