Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteGobo authored Mar 23, 2024
1 parent 3ba1c3d commit 7fb9617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdflib/plugins/shared/jsonld/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def get_context_for_type(self, node: Any) -> Optional[Context]:
try:
typeterm = self.terms.get(rt)
except TypeError:
#extra lenience, triggers if type is set to a literal
# extra lenience, triggers if type is set to a literal
pass
if typeterm is not None:
break
Expand Down

0 comments on commit 7fb9617

Please sign in to comment.