Alexandros Kosiaris has submitted this change and it was merged. 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(-) Approvals: Ori.livneh: Looks good to me, but someone else must approve Alexandros Kosiaris: Verified; Looks good to me, approved 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: merged Gerrit-Change-Id: Ibee959a08de30e0aab99cc323150cdc0129948d3 Gerrit-PatchSet: 4 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: BryanDavis <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: John F. Lewis <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
