Skip to content

Commit e98020b

Browse files
committed
Fix imports
1 parent 2ea5a81 commit e98020b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

windpowerlib/modelchain.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
SPDX-License-Identifier: MIT
88
"""
99
import logging
10-
import warnings
1110
import pandas as pd
12-
from windpowerlib import (wind_speed, density, temperature, power_output,
13-
tools)
11+
from windpowerlib import wind_speed, density, temperature, power_output, tools
1412

1513

1614
class ModelChain(object):

0 commit comments

Comments
 (0)