Skip to content

Commit 38a409d

Browse files
committed
fix unrelated linting issue
1 parent 5b273df commit 38a409d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pvlib/irradiance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
renamed_kwarg_warning('11.2', 'clearsky_ghi', 'ghi_clear', removal="12.0")
2323
renamed_kwarg_warning('11.2', 'ghi_clearsky', 'ghi_clear', removal="12.0")
2424

25+
2526
# Deprecation warning based on https://peps.python.org/pep-0562/
2627
def __getattr__(attr):
2728
if attr == 'SURFACE_ALBEDOS':

0 commit comments

Comments
 (0)