Skip to content

Commit

Permalink
iwana-20220126T2212-typing: checkpoint 20230904T202416
Browse files Browse the repository at this point in the history
  • Loading branch information
aucampia committed Sep 4, 2023
1 parent fea4b6c commit 1f9c8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdflib/plugins/serializers/turtle.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def label(self, node: Node, position: int) -> str:
qname_callback=lambda dt: self.getQName(dt, _GEN_QNAME_FOR_DT),
)
else:
node = self.relativize(node)
node = self.relativize(node) # type: ignore[type-var]

return self.getQName(node, position == VERB) or node.n3()

Expand Down

0 comments on commit 1f9c8d8

Please sign in to comment.