summaryrefslogtreecommitdiff
path: root/test/plugins/sparqleval/example
Commit message (Collapse)AuthorAgeFilesLines
* Unify plugin loadingIwan Aucamp2022-01-301-0/+34
Plugin loading in `rdflib.plugins.sparql` will now happen similar to what is being done for `rdflib.plugins`. This also eliminates a warning that occurs `rdflib.plugins.sparql` and makes it possible to enable `warn_unused_ignores` without any exceptions or workarounds. Also: - Removed unused `type: ignore` statements.