Skip to content

Commit 5879282

Browse files
committed
Revert "Update clearsky.py"
This reverts commit 00d7b70.
1 parent 1622571 commit 5879282

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pvlib/clearsky.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
from scipy.linalg import hankel
1313
import h5py
1414

15-
from pvlib import atmosphere, tools
15+
from pvlib import atmosphere, tools, renamed_kwarg_warning
1616
from pvlib.tools import _degrees_to_index
17-
from pvlib._deprecation import renamed_kwarg_warning
1817

1918
renamed_kwarg_warning('11.2', 'clearsky_ghi', 'ghi_clear', removal="12.0")
2019
renamed_kwarg_warning('11.2', 'clearsky', 'ghi_clear', removal="12.0")

0 commit comments

Comments
 (0)