Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify plugin loading #1694

Merged

Conversation

aucampia
Copy link
Member

@aucampia aucampia commented Jan 25, 2022

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.

Fixes #1631

@aucampia aucampia force-pushed the iwana-20220123T1926-plugin_loading branch 2 times, most recently from e044140 to 4918ee7 Compare January 25, 2022 01:16
@aucampia aucampia changed the title Clean up and unify plugin loading Unify plugin loading Jan 25, 2022
@aucampia aucampia force-pushed the iwana-20220123T1926-plugin_loading branch from 4918ee7 to 1d57a24 Compare January 25, 2022 01:45
@aucampia aucampia marked this pull request as ready for review January 25, 2022 01:50
@aucampia aucampia force-pushed the iwana-20220123T1926-plugin_loading branch from 1d57a24 to 6d7c8dd Compare January 29, 2022 23:28
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.
@aucampia aucampia force-pushed the iwana-20220123T1926-plugin_loading branch from 6d7c8dd to c069bc2 Compare January 30, 2022 00:02
@aucampia aucampia added the review wanted This indicates that the PR is ready for review label Feb 1, 2022
@aucampia aucampia merged commit b7b7337 into RDFLib:master Feb 6, 2022
@aucampia aucampia deleted the iwana-20220123T1926-plugin_loading branch April 9, 2022 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review wanted This indicates that the PR is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DeprecationWarning: SelectableGroups dict interface
2 participants