Ladsgroup has uploaded a new change for review. https://gerrit.wikimedia.org/r/279896
Change subject: Remove unused import in labs ...................................................................... Remove unused import in labs Change-Id: Ic4544d1921427ae81449fb1c13ded0ca69f71a3d --- M modules/base/files/labs/puppetalert.py 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/96/279896/1 diff --git a/modules/base/files/labs/puppetalert.py b/modules/base/files/labs/puppetalert.py index 33526ad..d0ff96f 100755 --- a/modules/base/files/labs/puppetalert.py +++ b/modules/base/files/labs/puppetalert.py @@ -17,7 +17,6 @@ Send an alert email to project admins about a puppet failure. This is meant to be run on the affected instance. """ -import argparse import calendar import time import ldap -- To view, visit https://gerrit.wikimedia.org/r/279896 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic4544d1921427ae81449fb1c13ded0ca69f71a3d Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ladsgroup <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
