Skip to content

Commit fde50d5

Browse files
committed
Update triples.py
1 parent 087cf74 commit fde50d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/curies/triples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def _get_file(path: str | Path, read: bool) -> Generator[TextIO, None, None]:
5959

6060

6161
def write_triples(
62-
triples: Iterable[Triple], path: str | Path, header: Sequence[str] | None = None
62+
triples: Iterable[Triple], path: str | Path, *, header: Sequence[str] | None = None
6363
) -> None:
6464
"""Write triples to a file."""
6565
if header is None:

0 commit comments

Comments
 (0)