Skip to content

Commit

Permalink
Merge pull request #263 from ajnelson-nist/type_stringify_node
Browse files Browse the repository at this point in the history
Type rdfutil.stringify.stringify_node
  • Loading branch information
ashleysommer authored Oct 4, 2024
2 parents 031e349 + 9f7410e commit 5734bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyshacl/rdfutil/stringify.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def stringify_node(
node: RDFNode,
ns_manager: Optional[Union[NamespaceManager, rdflib.Graph]] = None,
recursion: int = 0,
):
) -> str:
if ns_manager is None:
ns_manager = graph.namespace_manager
if isinstance(ns_manager, rdflib.Graph):
Expand Down

0 comments on commit 5734bcf

Please sign in to comment.