We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9671d commit bcb3ae1Copy full SHA for bcb3ae1
snapshot/check_read.py
@@ -104,7 +104,7 @@ def attempt_pagination() -> typing.Iterable[str]:
104
105
106
def check_file(bucket: str, path: str,
107
- expected_fields: typing.Iterable[str]) -> typing.Optinonal[str]:
+ expected_fields: typing.Iterable[str]) -> typing.Optional[str]:
108
"""Read a file and ensure it is parsable with expected keys.
109
110
Args:
0 commit comments