mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 10:28:39 +00:00
Removing unused variable
This commit is contained in:
parent
6ad14ebe6e
commit
84636cc08c
@ -28,7 +28,7 @@ def split_list(
|
||||
|
||||
"""
|
||||
valid_timings = []
|
||||
for i, current_element in enumerate(timings):
|
||||
for current_element in enumerate(timings):
|
||||
if (
|
||||
isinstance(current_element, str)
|
||||
and current_element.replace(".", "", 1).isdigit()
|
||||
|
Loading…
x
Reference in New Issue
Block a user