Skip to content

Commit 3e02344

Browse files
committed
Fixing style errors.
1 parent b2a27b2 commit 3e02344

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/test_data_handling.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@
1010
import pandas as pd
1111
import pytest
1212
from windpowerlib.data import (
13-
check_data_integrity, check_turbine_data, get_turbine_types,
14-
restore_default_turbine_data, store_turbine_data_from_oedb)
13+
check_data_integrity,
14+
check_turbine_data,
15+
get_turbine_types,
16+
restore_default_turbine_data,
17+
store_turbine_data_from_oedb,
18+
)
1519

1620

1721
class TestDataCheck:

0 commit comments

Comments
 (0)