Use Python 3.9-style type hinting for tuple[] and AbstractSet -> Set

This commit is contained in:
James R. Barlow
2023-10-01 00:09:05 -07:00
parent 113a6b45bd
commit f4c211fa2d
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ def create_options(
return options
def ocr( # noqa: ruff: disable=D417
def ocr( # noqa: D417
input_file: PathOrIO,
output_file: PathOrIO,
*,