Skip to content
Snippets Groups Projects
Commit 720f6264 authored by Samuel Jackson's avatar Samuel Jackson
Browse files

Refs #20674 Fix doctest by using functools.reduce

parent 8b905e93
No related merge requests found
...@@ -123,6 +123,7 @@ ...@@ -123,6 +123,7 @@
0 failures in setup code 0 failures in setup code
0 failures in cleanup code 0 failures in cleanup code
""" """
from functools import reduce
import re import re
try: try:
import lxml.etree as ElementTree import lxml.etree as ElementTree
......
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