]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-disk: fix flake8 errors 11973/head
authorKen Dreyer <kdreyer@redhat.com>
Mon, 14 Nov 2016 21:49:15 +0000 (14:49 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Mon, 14 Nov 2016 21:49:15 +0000 (14:49 -0700)
commit9f3403b1e1db88ff966860da13d18f89f3a8b09d
treeeb4772e4ccb32c60bcb3e3a1be1a616e20199bc6
parent6a8aa286a350b843d6557e12f854ead6b601c269
ceph-disk: fix flake8 errors

flake8 3.1.1 surfaces the following issues:

ceph_disk/main.py:173:1: E305 expected 2 blank lines after class or
function definition, found 1
ceph_disk/main.py:5011:1: E305 expected 2 blank lines after class or
function definition, found 1

Fixes: http://tracker.ceph.com/issues/17898
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
src/ceph-disk/ceph_disk/main.py