From 3070312c13e02cace3041d3429b0c31fc10b73ee Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Wed, 16 Nov 2016 17:36:15 +0530 Subject: Clean up pyflakes and pep8 errors Change-Id: Ibdd092118d3bb912716c46fd278ef3c680a6e742 Signed-off-by: Nigel Babu --- glustolibs-gluster/glustolibs/gluster/snap_ops.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'glustolibs-gluster/glustolibs/gluster/snap_ops.py') diff --git a/glustolibs-gluster/glustolibs/gluster/snap_ops.py b/glustolibs-gluster/glustolibs/gluster/snap_ops.py index 5d58f23be..2ca5688b5 100644 --- a/glustolibs-gluster/glustolibs/gluster/snap_ops.py +++ b/glustolibs-gluster/glustolibs/gluster/snap_ops.py @@ -21,8 +21,6 @@ from glusto.core import Glusto as g from glustolibs.gluster.volume_ops import volume_start, volume_stop -import re -import time try: import xml.etree.cElementTree as etree -- cgit