Skip to content

Commit 3d96939

Browse files
authored
ruff fix
1 parent 5467612 commit 3d96939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdflib/plugins/parsers/notation3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def unicodeExpand(m: Match) -> str:
377377

378378

379379
class sfloat(str):
380-
""" don't normalize raw XSD.double string representation """
380+
"""don't normalize raw XSD.double string representation"""
381381

382382

383383
class SinkParser:

0 commit comments

Comments
 (0)