Dzahn has submitted this change and it was merged. Change subject: tcpircbot: rm unused `os` module import ......................................................................
tcpircbot: rm unused `os` module import Change-Id: I27a0d0aa6ae92e8aa1c2350ff7ccec2fdfb6edda --- M modules/tcpircbot/files/tcpircbot.py 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Ori.livneh: Looks good to me, but someone else must approve jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/modules/tcpircbot/files/tcpircbot.py b/modules/tcpircbot/files/tcpircbot.py index 252a421..64c4631 100755 --- a/modules/tcpircbot/files/tcpircbot.py +++ b/modules/tcpircbot/files/tcpircbot.py @@ -42,7 +42,6 @@ import codecs import json import logging -import os import select import socket -- To view, visit https://gerrit.wikimedia.org/r/81489 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I27a0d0aa6ae92e8aa1c2350ff7ccec2fdfb6edda Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Dzahn <[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
