-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Move deprecated module checker to DeprecatedMixin #4225
Move deprecated module checker to DeprecatedMixin #4225
Conversation
0b04b48
to
2fefb8e
Compare
c70f9b7
to
cfc282b
Compare
3eeb666
to
0873f28
Compare
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.
Thank you for this MR ! Sorry for the long review time.
@Pierre-Sassoulas You need to add an empty line after |
I swear I need a github feature to apply pre-commit auto-fix on a pull request 😄 |
😄 Seems like there are some trailing whitespaces now |
Thank you for your help @cdce8p a 5th edit would have been embarrassing, you know ? 😄 |
Steps
Description
This PR logic of checking the use of deprecated modules to DeprecatedMixin class.
Hence, it can be easilly reused this way.
Type of Changes
Related Issue
Closes #4086