Skip to content

Commit 6f8b112

Browse files
committed
Remove unused function
1 parent dd8011d commit 6f8b112

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

windpowerlib/data.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,6 @@ def store_turbine_data_from_oedb(
246246
return turbine_data
247247

248248

249-
def remove_tmp_file(filename, time_stamp):
250-
os.remove(filename.format("turbine_data_{0}".format(time_stamp)))
251-
for curve_type in ["power_curve", "power_coefficient_curve"]:
252-
os.remove(filename.format("{0}s_{1}".format(curve_type, time_stamp)))
253-
254-
255249
def check_turbine_data(filename):
256250
try:
257251
data = check_data_integrity(filename)

0 commit comments

Comments
 (0)