Ori.livneh has submitted this change and it was merged. Change subject: postgresql.py: Fix PEP8 violations ......................................................................
postgresql.py: Fix PEP8 violations * F401 'sys' imported but unused Change-Id: I3b6d49dfb686cd6626c9144f956558577798b1d9 --- M modules/postgresql/files/ganglia/postgresql.py 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Ori.livneh: Verified; Looks good to me, approved diff --git a/modules/postgresql/files/ganglia/postgresql.py b/modules/postgresql/files/ganglia/postgresql.py index 8519028..0e948d4 100644 --- a/modules/postgresql/files/ganglia/postgresql.py +++ b/modules/postgresql/files/ganglia/postgresql.py @@ -1,6 +1,5 @@ #!/bin/env python -import sys import os import threading import time -- To view, visit https://gerrit.wikimedia.org/r/291182 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3b6d49dfb686cd6626c9144f956558577798b1d9 Gerrit-PatchSet: 4 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: BryanDavis <[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
