We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087cf74 commit fde50d5Copy full SHA for fde50d5
1 file changed
src/curies/triples.py
@@ -59,7 +59,7 @@ def _get_file(path: str | Path, read: bool) -> Generator[TextIO, None, None]:
59
60
61
def write_triples(
62
- triples: Iterable[Triple], path: str | Path, header: Sequence[str] | None = None
+ triples: Iterable[Triple], path: str | Path, *, header: Sequence[str] | None = None
63
) -> None:
64
"""Write triples to a file."""
65
if header is None:
0 commit comments