Skip to content

Commit

Permalink
Fix Black lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysommer committed Dec 16, 2024
1 parent fa474ed commit f69044c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyshacl/rdfutil/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def get_rdf_from_web(url: Union[rdflib.URIRef, str]):
# Alternatively, PublicID may not have a symbol at the end.
# Note, PublicID is now called "Identifier" in the load_from_source function.


def load_from_source(
source: Union[GraphLike, BufferedIOBase, TextIOBase, str, bytes],
g: Optional[GraphLike] = None,
Expand Down

0 comments on commit f69044c

Please sign in to comment.