diff options
author | nicholascar <nicholas.car@surroundaustralia.com> | 2022-01-02 17:18:11 +1000 |
---|---|---|
committer | nicholascar <nicholas.car@surroundaustralia.com> | 2022-01-02 17:18:11 +1000 |
commit | 6076edbe65b259ec9f6014f1099668e072f35c78 (patch) | |
tree | 9d16c1b2c7636a901835cef79c1983007fa8ec02 | |
parent | 5b51feddd4bbae243b99c88049715ac75cfc6b6b (diff) | |
download | rdflib-6076edbe65b259ec9f6014f1099668e072f35c78.tar.gz |
blacked
-rw-r--r-- | test/test_graph_http.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_graph_http.py b/test/test_graph_http.py index 46a362e0..8ffb358f 100644 --- a/test/test_graph_http.py +++ b/test/test_graph_http.py @@ -68,7 +68,7 @@ class ContentNegotiationHandler(BaseHTTPRequestHandler): elif "text/n3" in ct: rct = "text/n3" content = n3testdoc - elif 'application/trig' in ct: + elif "application/trig" in ct: rct = "application/trig" content = ttltestdoc elif "text/plain" in ct or "application/n-triples" in ct: |