redash icon indicating copy to clipboard operation
redash copied to clipboard

Rename 'blacklist' to 'blocklist' in user email validation

Open mirkan1 opened this issue 8 months ago • 0 comments

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

mirkan1 avatar Mar 21 '25 09:03 mirkan1