redash
redash copied to clipboard
Rename 'blacklist' to 'blocklist' in user email validation
What type of PR is this?
I saw this error on vs-studio, it was weird that it didnt throw an error..
After testing manualy I figured that both blacklist and blocklist exists in the third party repo but it is not visible in the configs so was cousing troubles for vs code, this change fixed the issue
- [x] Refactor
- [ ] Bug Fix
Description
No name 'blacklist' in module 'disposable_email_domains'Pylint[E0611:no-name-in-module]
How is this tested?
- [x] Manually
Related Tickets & Documents
https://pylint.readthedocs.io/en/latest/user_guide/messages/error/no-name-in-module.html