Skip to content

Commit 137514e

Browse files
committed
Remove unused import
1 parent 0d82546 commit 137514e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_deprecated.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
SPDX-License-Identifier: MIT
44
"""
55

6-
import warnings
7-
86
import pytest
97

108
from windpowerlib.data import load_turbine_data_from_oedb
@@ -19,4 +17,4 @@ def test_old_import():
1917

2018
def test_old_name_load_data_from_oedb(recwarn):
2119
load_turbine_data_from_oedb()
22-
assert recwarn.pop(FutureWarning)
20+
assert recwarn.pop(FutureWarning)

0 commit comments

Comments
 (0)