Remove some unhelpful lambdas

This commit is contained in:
James R. Barlow
2018-09-27 13:48:12 -07:00
parent efa7ea4fde
commit 677d9a4e76
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ def extract_image(*, pike, root, log, image, xref, jbig2s,
def extract_images(pike, root, log, options):
# Extract images we can improve
changed_xrefs = set()
jbig2_groups = defaultdict(lambda: [])
jbig2_groups = defaultdict(list)
jpegs = []
pngs = []
errors = 0