]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cleanup: python: remove warnings of 'new blank line at EOF' 8989/head
authorLi Peng <lip@dtdream.com>
Mon, 9 May 2016 03:28:42 +0000 (11:28 +0800)
committerLi Peng <lip@dtdream.com>
Mon, 9 May 2016 03:28:42 +0000 (11:28 +0800)
When applying ceph patches, some warnings reported, e.g.
qa/workunits/mon/caps.py:367: new blank line at EOF.

Signed-off-by: Li Peng <lip@dtdream.com>
qa/workunits/mon/caps.py
src/brag/server/ceph_brag/model/__init__.py
src/pybind/ceph_argparse.py

index 44bd0c2e0d6885a6bee6d714eb03ad282de92017..96dbf73ffd5464179925fac9e4994b38fe3c81b4 100644 (file)
@@ -364,4 +364,3 @@ def main():
 
 if __name__ == '__main__':
   main()
-
index 664427d2999380fb5985d80269846df20ae0d824..24e34828ce6b310ba83086c9508411afae502f8a 100644 (file)
@@ -26,4 +26,3 @@ def rollback():
 
 def clear():
     Session.remove()
-
index 96af31f40255e07f9f06215558ac5d899b8060a8..a4d874d8cdf1cfcd74f10cd3394225f6d0ed7123 100644 (file)
@@ -1293,4 +1293,3 @@ def json_command(cluster, target=('mon', ''), prefix=None, argdict=None,
             raise
 
     return ret, outbuf, outs
-