Skip to content

Commit 09e87df

Browse files
committed
lint
1 parent 19a8290 commit 09e87df

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pvlib/bifacial/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from pvlib.tools import sind, cosd, tand
77
import warnings
88
from pvlib._deprecation import pvlibDeprecationWarning
9-
from scipy.integrate import trapezoid
109

1110

1211
def _solar_projection_tangent(solar_zenith, solar_azimuth, surface_azimuth):

pvlib/tests/bifacial/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
from pvlib._deprecation import pvlibDeprecationWarning
1212

13+
1314
@pytest.fixture
1415
def test_system_fixed_tilt():
1516
syst = {'height': 1.0,

0 commit comments

Comments
 (0)