From: Varsha Rao Date: Mon, 13 May 2019 11:52:07 +0000 (+0530) Subject: cephfs-shell: Remove unnecessary empty lines X-Git-Tag: v15.1.0~2668^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f322affda07e41996189b43ec227856076d39d26;p=ceph.git cephfs-shell: Remove unnecessary empty lines This patch fixes flake8 too many blank lines error. Fixes: https://tracker.ceph.com/issues/39717 Signed-off-by: Varsha Rao --- diff --git a/src/tools/cephfs/cephfs-shell b/src/tools/cephfs/cephfs-shell index eef96c610072..102e61bd74ce 100755 --- a/src/tools/cephfs/cephfs-shell +++ b/src/tools/cephfs/cephfs-shell @@ -466,7 +466,6 @@ class CephFSShell(Cmd): setattr(namespace, self.dest, str(oct(o_mode))) - mkdir_parser = argparse.ArgumentParser( description='Create the directory(ies), if they do not already exist.') mkdir_parser.add_argument('dirs', type=str, @@ -502,7 +501,6 @@ exists.') "you may want to pass the -p argument") return - def complete_put(self, text, line, begidx, endidx): """ auto complete of file name.