typing: fix some trivial issues

This commit is contained in:
James R. Barlow
2021-08-26 23:46:44 -07:00
parent 4eca0a165b
commit 6f9b948064
5 changed files with 7 additions and 8 deletions
+1
View File
@@ -365,6 +365,7 @@ def convert_to_jbig2(
When the JBIG2 symbolic coder is not used, each JBIG2 stands on its own
and needs no dictionary. Currently this must be lossless JBIG2.
"""
jbig2_globals_dict: Optional[Dictionary]
_produce_jbig2_images(jbig2_groups, root, options, executor)