BryanDavis has uploaded a new change for review. https://gerrit.wikimedia.org/r/291180
Change subject: mailman: Fix PEP8 violations ...................................................................... mailman: Fix PEP8 violations * F403 'from Defaults import *' used; unable to detect undefined names Change-Id: Ibee959a08de30e0aab99cc323150cdc0129948d3 --- M modules/mailman/files/mm_cfg.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/80/291180/1 diff --git a/modules/mailman/files/mm_cfg.py b/modules/mailman/files/mm_cfg.py index 5cd7632..bb3b24a 100644 --- a/modules/mailman/files/mm_cfg.py +++ b/modules/mailman/files/mm_cfg.py @@ -41,7 +41,7 @@ ####################################################### # Here's where we get the distributed defaults. # -from Defaults import * +from Defaults import * # noqa ############################################################## # Put YOUR site-specific configuration below, in mm_cfg.py . # -- To view, visit https://gerrit.wikimedia.org/r/291180 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibee959a08de30e0aab99cc323150cdc0129948d3 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: BryanDavis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
