]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephfs-shell: Remove unnecessary empty lines
authorVarsha Rao <varao@redhat.com>
Mon, 13 May 2019 11:52:07 +0000 (17:22 +0530)
committerVarsha Rao <varao@redhat.com>
Mon, 13 May 2019 12:33:48 +0000 (18:03 +0530)
This patch fixes flake8 too many blank lines error.

Fixes: https://tracker.ceph.com/issues/39717
Signed-off-by: Varsha Rao <varao@redhat.com>
src/tools/cephfs/cephfs-shell

index eef96c610072758a96309706ba22fa6f66df4bc6..102e61bd74cef7ecaac30a615590ed72105801c1 100755 (executable)
@@ -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.