Skip to content

Commit 22f71e7

Browse files
committed
Fix imports
1 parent 0f1dd29 commit 22f71e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pvlib/pvsystem.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from abc import ABC, abstractmethod
1818
from typing import Optional, Union
1919

20-
from pvlib._deprecation import deprecated
20+
from pvlib._deprecation import renamed_kwarg_warning
2121

2222
import pvlib # used to avoid albedo name collision in the Array class
2323
from pvlib import (atmosphere, iam, inverter, irradiance,
@@ -2801,7 +2801,6 @@ def scale_voltage_current_power(data, voltage=1, current=1):
28012801
return df_sorted
28022802

28032803

2804-
from pvlib._deprecation import renamed_kwarg_warning
28052804
@renamed_kwarg_warning("0.12.0", "g_poa_effective", "effective_irradiance", "0.13.0")
28062805
def pvwatts_dc(effective_irradiance, temp_cell, pdc0, gamma_pdc, temp_ref=25.):
28072806
r"""

0 commit comments

Comments
 (0)