From: Varsha Rao Date: Mon, 13 May 2019 11:52:07 +0000 (+0530) Subject: cephfs-shell: Remove unnecessary empty lines X-Git-Tag: v14.2.2~23^2~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b326e041265771978cdc853894b22798a69a86e9;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 (cherry picked from commit f322affda07e41996189b43ec227856076d39d26) --- diff --git a/src/tools/cephfs/cephfs-shell b/src/tools/cephfs/cephfs-shell index 49aeae26db0..4e5d4e3a889 100644 --- a/src/tools/cephfs/cephfs-shell +++ b/src/tools/cephfs/cephfs-shell @@ -469,7 +469,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, @@ -506,7 +505,6 @@ exists.') "you may want to pass the -p argument") return - def complete_put(self, text, line, begidx, endidx): """ auto complete of file name.