default_context deprecation warning in library code (nquads.py) #3409
drewp
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Should I be able to use nquads.py without getting a warning?
rdfdb/rdflibpatch_test.py::TestGraphFromQuads::testNquadParserSerializes
/home/drewp/.local/share/pdm/venvs/rdfdb-kDmQBETV-3.14/lib/python3.14/site-packages/rdflib/plugins/parsers/nquads.py:91: DeprecationWarning: Dataset.default_context is deprecated, use Dataset.default_graph instead.
ds.default_context = new_default_context
Beta Was this translation helpful? Give feedback.
All reactions