We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f050767 commit a3b353cCopy full SHA for a3b353c
extract_msg/attachments/custom_att_handler/__init__.py
@@ -56,7 +56,7 @@ def registerHandler(handler: Type[CustomAttachmentHandler]) -> None:
56
# Import built-in handler modules. They will all automatically register their
57
# respecive handler(s).
58
from .outlook_image_dib import OutlookImageDIB
59
-from .outlook_image_meta import OutlookImageMetafilr
+from .outlook_image_meta import OutlookImageMetafile
60
from .lnk_obj_att import LinkedObjectAttachment
61
62
0 commit comments