-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fix typo in error message #70
Conversation
* `Registry`: Optimize `get_all` Remove superfluous copy of the global registry object and use tuple hashs for namespace comparisons. * Restore call to `copy()` and add comment
…red-importlib-metadata Drop python 3.6/3.7, remove vendored importlib_metadata, set version to v3.0.0
* Convert azure pipelines config to GHA * set fail fast at false, remove cache, simplify delete dir
* Update README.md Fix link to entry points explanation * use link over at packaging.python.org --------- Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
…ing (explosion#61) `SelectableGroups` is no longer in python 3.12 and the original reason for this design was the lack of support for `hasattr` for mypy, which has since been resolved.
Thanks for the PR! Please don't ping individual people though - it's unnecessary and makes our Github mentions really hard to use. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, thanks!
Clearly the mypy error is unrelated to this PR, but let me see if I can fix it first... |
@dakinggg: the |
No description provided.