Skip to content

Commit

Permalink
format plugin_pyshacl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
msaipraneeth committed Mar 14, 2024
1 parent 5c303bd commit 9acb8bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmem_plugin_pyshacl/plugin_pyshacl.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,7 @@ def post_graph(self, validation_graph: Graph) -> None:
temp_file = Path(f"{uuid4()}.nt")
validation_graph.serialize(temp_file, format="nt", encoding="utf-8")
self.log.info(
f"Created temporary file {temp_file} with size "
f"{temp_file.stat().st_size} bytes"
f"Created temporary file {temp_file} with size " f"{temp_file.stat().st_size} bytes"
)
res = post_streamed(
self.validation_graph_uri,
Expand Down

0 comments on commit 9acb8bf

Please sign in to comment.