Skip to content

Commit 1ac7489

Browse files
committed
Fixing style errors.
1 parent 0d82546 commit 1ac7489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_deprecated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ def test_old_import():
1919

2020
def test_old_name_load_data_from_oedb(recwarn):
2121
load_turbine_data_from_oedb()
22-
assert recwarn.pop(FutureWarning)
22+
assert recwarn.pop(FutureWarning)

0 commit comments

Comments
 (0)