diff options
author | Nicholas Car <nicholas.car@surroundaustralia.com> | 2020-05-16 21:00:24 +1000 |
---|---|---|
committer | Nicholas Car <nicholas.car@surroundaustralia.com> | 2020-05-16 21:00:24 +1000 |
commit | 0be6f6039479ce29cf71b11e76be54e186130036 (patch) | |
tree | 897d208525a7e8952fb496151db074d49dcdeb3a /test/test_issue545.py | |
parent | 2a8d70824e1b4caf0c606074a44ac3a15fa72718 (diff) | |
download | rdflib-0be6f6039479ce29cf71b11e76be54e186130036.tar.gz |
blacked all python files
Diffstat (limited to 'test/test_issue545.py')
-rw-r--r-- | test/test_issue545.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_issue545.py b/test/test_issue545.py index 86c8723a..ea9f185b 100644 --- a/test/test_issue545.py +++ b/test/test_issue545.py @@ -1,4 +1,3 @@ - from rdflib.plugins import sparql from rdflib.namespace import RDFS, OWL, DC, SKOS @@ -15,4 +14,5 @@ def test_issue(): ?property rdfs:label | skos:altLabel ?label . } """, - initNs={"rdfs": RDFS, "owl": OWL, "dc": DC, "skos": SKOS}) + initNs={"rdfs": RDFS, "owl": OWL, "dc": DC, "skos": SKOS}, + ) |