We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d82546 commit 137514eCopy full SHA for 137514e
tests/test_deprecated.py
@@ -3,8 +3,6 @@
3
SPDX-License-Identifier: MIT
4
"""
5
6
-import warnings
7
-
8
import pytest
9
10
from windpowerlib.data import load_turbine_data_from_oedb
@@ -19,4 +17,4 @@ def test_old_import():
19
17
20
18
def test_old_name_load_data_from_oedb(recwarn):
21
load_turbine_data_from_oedb()
22
- assert recwarn.pop(FutureWarning)
+ assert recwarn.pop(FutureWarning)
0 commit comments