Add a lot of type annotations

This commit is contained in:
James R. Barlow
2020-06-15 15:20:50 -07:00
parent 34231ac667
commit 698aab4f75
9 changed files with 72 additions and 46 deletions
+2
View File
@@ -264,6 +264,8 @@ def ocr( # pylint: disable=unused-argument
"""
if not plugins:
plugins = []
else:
plugins = list(plugins)
parser = get_parser()
_plugin_manager = get_plugin_manager(plugins)