Skip to content

Commit 98cdcea

Browse files
committed
incidental cleanup
1 parent a773130 commit 98cdcea

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

pvlib/pvsystem.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
from abc import ABC, abstractmethod
1818
from typing import Optional, Union
1919

20-
from pvlib._deprecation import deprecated
21-
2220
import pvlib # used to avoid albedo name collision in the Array class
2321
from pvlib import (atmosphere, iam, inverter, irradiance,
2422
singlediode as _singlediode, spectrum, temperature)

tests/test_pvsystem.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from pvlib.location import Location
1818
from pvlib.pvsystem import FixedMount
1919
from pvlib import temperature
20-
from pvlib._deprecation import pvlibDeprecationWarning
2120
from pvlib.tools import cosd
2221
from pvlib.singlediode import VOLTAGE_BUILTIN
2322

0 commit comments

Comments
 (0)