Skip to content

Commit 036e22e

Browse files
MNT: remove unnecessary pylint warning
Co-authored-by: Gui-FernandesBR <63590233+Gui-FernandesBR@users.noreply.github.com>
1 parent 5412b34 commit 036e22e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rocketpy/environment/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def mask_and_clean_dataset(*args):
225225
return data_array
226226

227227

228-
def find_longitude_index(longitude, lon_list): # pylint: disable=too-many-statements
228+
def find_longitude_index(longitude, lon_list):
229229
"""Finds the index of the given longitude in a list of longitudes.
230230
231231
Parameters

0 commit comments

Comments
 (0)