Skip to content

Commit 6b2f2ca

Browse files
committed
remove unused imports
1 parent d4bfffa commit 6b2f2ca

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pvlib/irradiance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from pvlib import atmosphere, solarposition, tools
1717
import pvlib # used to avoid dni name collision in complete_irradiance
1818

19-
from pvlib._deprecation import pvlibDeprecationWarning, renamed_kwarg_warning
19+
from pvlib._deprecation import pvlibDeprecationWarning
2020
import warnings
2121

2222

tests/test_irradiance.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
assert_series_equal,
1717
requires_ephem,
1818
requires_numba,
19-
fail_on_pvlib_version,
2019
)
2120

2221
from pvlib._deprecation import pvlibDeprecationWarning

0 commit comments

Comments
 (0)