Skip to content
Snippets Groups Projects
Commit f6d5e621 authored by Brandon Hewer's avatar Brandon Hewer
Browse files

Remove return keyword

Refs #21991
parent 0b283e8f
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,7 @@ def _find_indices_of_stretched_exponentials(composite):
for index in range(0, len(composite)):
if composite.getFunction(index).name() == "StretchExp":
return indices.append(index)
indices.append(index)
return indices
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment