mirror of
https://github.com/certbot/certbot.git
synced 2025-07-28 21:42:01 +03:00
Remove letshelp-certbot (#7761)
* remove references to letshelp * remove letshelp files * Remove line continuation Co-authored-by: ohemorange <ebportnoy@gmail.com>
This commit is contained in:
@ -10,7 +10,7 @@ from pylint.checkers import BaseChecker
|
||||
from pylint.interfaces import IAstroidChecker
|
||||
|
||||
# Modules in theses packages can import the os module.
|
||||
WHITELIST_PACKAGES = ['acme', 'certbot_compatibility_test', 'letshelp_certbot', 'lock_test']
|
||||
WHITELIST_PACKAGES = ['acme', 'certbot_compatibility_test', 'lock_test']
|
||||
|
||||
|
||||
class ForbidStandardOsModule(BaseChecker):
|
||||
|
Reference in New Issue
Block a user