Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
nikokaoja committed Jul 29, 2024
1 parent 54e7d44 commit 522b76e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oxrdflib/_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ def rdflib_to_mime_type(rdflib_type: str) -> str:

def ox_to_rdflib_type(ox_format: str) -> str:
"""Convert an Oxigraph format to a rdflib parser format."""
print(ox_format)
if ox_format in ("ox-turtle", "ox-ttl"):
return "turtle"
if ox_format in ("ox-nt", "ox-ntriples"):
Expand Down

0 comments on commit 522b76e

Please sign in to comment.