Diederik has uploaded a new change for review. https://gerrit.wikimedia.org/r/107919
Change subject: Fix pyflakes errors. Two remain because they are not real errors. ...................................................................... Fix pyflakes errors. Two remain because they are not real errors. Change-Id: If672638df066d717142ae09eb23f88cf0ab43a15 --- M labs-migration-assistant/fabfile.py 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/labs/migration-assistant refs/changes/19/107919/1 diff --git a/labs-migration-assistant/fabfile.py b/labs-migration-assistant/fabfile.py index 82c0230..bd7fcd2 100644 --- a/labs-migration-assistant/fabfile.py +++ b/labs-migration-assistant/fabfile.py @@ -24,13 +24,11 @@ ''' import os -import sys import json import logging import functools import yaml -import fabric import requests from fabric.api import * -- To view, visit https://gerrit.wikimedia.org/r/107919 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If672638df066d717142ae09eb23f88cf0ab43a15 Gerrit-PatchSet: 1 Gerrit-Project: labs/migration-assistant Gerrit-Branch: master Gerrit-Owner: Diederik <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
