Skip to content

Commit 1cca561

Browse files
Appease flake8 even more
1 parent 3ca7556 commit 1cca561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/pvsystem.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3062,7 +3062,7 @@ def max_power_point_mismatched(
30623062
)["i_mp"]
30633063
except Exception as exc:
30643064
raise RuntimeError(
3065-
f"unsuccessful determination of i_mp_ic"
3065+
"unsuccessful determination of i_mp_ic"
30663066
) from exc
30673067
else:
30683068
retry_ic = True

0 commit comments

Comments
 (0)