From d141adac9ae8b704884d160b5458a431321a0b2a Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Thu, 6 Jun 2019 21:17:19 +0530 Subject: [PATCH] cephfs-shell: Remove unnecessary empty line This patch fixes flake8 too many blank lines error. Fixes: https://tracker.ceph.com/issues/40191 Signed-off-by: Varsha Rao --- src/tools/cephfs/cephfs-shell | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tools/cephfs/cephfs-shell b/src/tools/cephfs/cephfs-shell index 2d4dfe0a040..67f2d9c1616 100755 --- a/src/tools/cephfs/cephfs-shell +++ b/src/tools/cephfs/cephfs-shell @@ -1213,7 +1213,6 @@ sub-directories, files') self.poutput('max_files is not set') pass - def do_help(self, line): """ Get details about a command. -- 2.39.5