Skip to content

Commit bcb3ae1

Browse files
committed
Typing fix #111.
1 parent 3c9671d commit bcb3ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snapshot/check_read.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def attempt_pagination() -> typing.Iterable[str]:
104104

105105

106106
def check_file(bucket: str, path: str,
107-
expected_fields: typing.Iterable[str]) -> typing.Optinonal[str]:
107+
expected_fields: typing.Iterable[str]) -> typing.Optional[str]:
108108
"""Read a file and ensure it is parsable with expected keys.
109109
110110
Args:

0 commit comments

Comments
 (0)