]> git.apps.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)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 20 Jun 2019 22:39:17 +0000 (15:39 -0700)
This patch fixes flake8 too many blank lines error.

Fixes: https://tracker.ceph.com/issues/39717
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit f322affda07e41996189b43ec227856076d39d26)

src/tools/cephfs/cephfs-shell

index 49aeae26db0992d31cbb7f26f4207cf929d24317..4e5d4e3a8899e3fd7cae050aae30df1ef1200457 100644 (file)
@@ -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.