We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a3438 commit 0113cb6Copy full SHA for 0113cb6
1 file changed
malariagen_data/anoph/base.py
@@ -233,7 +233,7 @@ def read_files(
233
paths: Iterable[str],
234
on_error: Literal["raise", "omit", "return"] = "return",
235
) -> Mapping[str, Union[bytes, Exception]]:
236
- # Pydantic validate_call with strict=True converts Iterable into a
+ # Pydantic validate_call with strict=True converts Iterable into a
237
# generator, which can be exhausted. Convert to a tuple first.
238
paths = tuple(paths)
239
0 commit comments