Dan Kenigsberg has uploaded a new change for review. Change subject: unbreak pyflakse ......................................................................
unbreak pyflakse Patch https://gerrit.ovirt.org/40346 did not maintain pyflakes cleanliness. Change-Id: I4e3fb9943659339124b76089ebcd23a9b07c268a Signed-off-by: Dan Kenigsberg <[email protected]> --- M tests/samplingTests.py 1 file changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/08/40408/1 diff --git a/tests/samplingTests.py b/tests/samplingTests.py index 82cf5e0..18eaec5 100644 --- a/tests/samplingTests.py +++ b/tests/samplingTests.py @@ -27,13 +27,12 @@ import threading from vdsm import ipwrapper -from vdsm import libvirtconnection import virt.sampling as sampling from testValidation import brokentest, ValidateRunningAsRoot from testlib import permutations, expandPermutations from testlib import VdsmTestCase as TestCaseBase -from monkeypatch import MonkeyPatchScope, MonkeyPatch +from monkeypatch import MonkeyPatchScope from functional import dummy -- To view, visit https://gerrit.ovirt.org/40408 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4e3fb9943659339124b76089ebcd23a9b07c268a Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
