summaryrefslogtreecommitdiff
path: root/rdflib/tools
diff options
context:
space:
mode:
authorAshley Sommer <ashleysommer@gmail.com>2020-08-27 14:51:06 +1000
committerAshley Sommer <ashleysommer@gmail.com>2020-08-27 14:51:06 +1000
commitdca850e9f649689b73c685148f7f01d7448bf4d8 (patch)
treeaa1168363209a56774e4f748c2f3bda706965705 /rdflib/tools
parentfbc091208fbf95c338ead7be7547136f5c3433cc (diff)
downloadrdflib-dca850e9f649689b73c685148f7f01d7448bf4d8.tar.gz
re-run black
Diffstat (limited to 'rdflib/tools')
-rw-r--r--rdflib/tools/rdfs2dot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdflib/tools/rdfs2dot.py b/rdflib/tools/rdfs2dot.py
index 5ed059c9..cb8d0bfd 100644
--- a/rdflib/tools/rdfs2dot.py
+++ b/rdflib/tools/rdfs2dot.py
@@ -96,7 +96,7 @@ def rdfs2dot(g, stream, opts={}):
pass # bnodes and some weird URIs cannot be split
return l_
- stream.write("digraph { \n node [ fontname=\"DejaVu Sans\" ] ; \n")
+ stream.write('digraph { \n node [ fontname="DejaVu Sans" ] ; \n')
for x in g.subjects(RDF.type, RDFS.Class):
n = node(x)