Skip to content

Commit

Permalink
Default sort to false
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Nov 4, 2024
1 parent 3d420ca commit 6bbbafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdflib/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@ def serialize(
format: str = "turtle",
base: Optional[str] = None,
encoding: Optional[str] = None,
sort: bool = ...,
sort: bool = False,
**args: Any,
) -> bytes | str | _GraphT:
"""
Expand Down

0 comments on commit 6bbbafd

Please sign in to comment.