Skip to content

Commit 015b7a5

Browse files
MNT: remove unnecessary pylint warning
Co-authored-by: Gui-FernandesBR <63590233+Gui-FernandesBR@users.noreply.github.com>
1 parent 15edc27 commit 015b7a5

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
@@ -344,7 +344,7 @@ def _coord_value(source, index):
344344
return latitude, lat_index
345345

346346

347-
def find_time_index(datetime_date, time_array): # pylint: disable=too-many-statements
347+
def find_time_index(datetime_date, time_array):
348348
"""Finds the index of the given datetime in a netCDF4 time array.
349349
350350
Parameters

0 commit comments

Comments
 (0)