Skip to content

Commit 0224eb7

Browse files
committed
Fixing style errors.
1 parent 7d51b36 commit 0224eb7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

windpowerlib/modelchain.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@
88
"""
99
import logging
1010
import pandas as pd
11-
from windpowerlib import (wind_speed, density, temperature, power_output,
12-
tools, data)
11+
from windpowerlib import (
12+
wind_speed,
13+
density,
14+
temperature,
15+
power_output,
16+
tools,
17+
data,
18+
)
1319

1420

1521
class ModelChain(object):

0 commit comments

Comments
 (0)