Alexandros Kosiaris has submitted this change and it was merged. Change subject: Flake8 for labstore and wdqs ......................................................................
Flake8 for labstore and wdqs Removed extraneous module imports. Change-Id: Ib2edf05eef29aca6db5b100738cc906c68a1b69e --- M modules/labstore/files/monitor/nfsd.py M modules/wdqs/files/monitor/wdqs_updater.py 2 files changed, 0 insertions(+), 2 deletions(-) Approvals: Smalyshev: Looks good to me, but someone else must approve Tim Landscheidt: Looks good to me, but someone else must approve Dereckson: Looks good to me, but someone else must approve Alexandros Kosiaris: Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/modules/labstore/files/monitor/nfsd.py b/modules/labstore/files/monitor/nfsd.py index ec2fe52..224746e 100644 --- a/modules/labstore/files/monitor/nfsd.py +++ b/modules/labstore/files/monitor/nfsd.py @@ -12,7 +12,6 @@ """ import diamond.collector -import os import subprocess diff --git a/modules/wdqs/files/monitor/wdqs_updater.py b/modules/wdqs/files/monitor/wdqs_updater.py index 43304ce..cf54eb6 100644 --- a/modules/wdqs/files/monitor/wdqs_updater.py +++ b/modules/wdqs/files/monitor/wdqs_updater.py @@ -9,7 +9,6 @@ import urllib2 import json import subprocess -import os class WDQSUpdaterCollector(diamond.collector.Collector): -- To view, visit https://gerrit.wikimedia.org/r/278270 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib2edf05eef29aca6db5b100738cc906c68a1b69e Gerrit-PatchSet: 3 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ladsgroup <[email protected]> Gerrit-Reviewer: Alexandros Kosiaris <[email protected]> Gerrit-Reviewer: Chasemp <[email protected]> Gerrit-Reviewer: Dereckson <[email protected]> Gerrit-Reviewer: Smalyshev <[email protected]> Gerrit-Reviewer: Tim Landscheidt <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
