Skip to content
Snippets Groups Projects
Commit 720a242a authored by Zhou, Wenduo's avatar Zhou, Wenduo
Browse files

Refs #12122. Tried to kill another pylint warnings.

parent 861eee10
No related branches found
No related tags found
No related merge requests found
......@@ -162,8 +162,3 @@ def parse_integers_editors(line_edits):
return True, integer_list[0]
return True, integer_list
if __name__ == '__main__':
int_list = parse_integer_list('123, -234, 330-350, 400, -2-4')
print int_list
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