Skip to content

Commit 3414d18

Browse files
author
bstorm
committed
Merge remote-tracking branch 'origin/master' into ppm
2 parents ec5f6da + e001f6c commit 3414d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_imageload/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def load(filename, *, bitmap=None, palette=None):
5252
elif header.startswith(b"P"):
5353
from . import pnm
5454

55-
pass
55+
return pnm.load(f, header, bitmap=bitmap, palette=palette)
5656
else:
5757
raise RuntimeError("Unsupported image format")
5858

0 commit comments

Comments
 (0)