Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ceph-disk: fix flake8 errors #11973

Merged
merged 1 commit into from
Nov 14, 2016
Merged

ceph-disk: fix flake8 errors #11973

merged 1 commit into from
Nov 14, 2016

Conversation

ktdreyer
Copy link
Member

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

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>
@dmick dmick merged commit 238fd2a into master Nov 14, 2016
@dmick
Copy link
Member

dmick commented Nov 14, 2016

Overrode test failure in osd-scrub-repair; irrelevant here

@dmick dmick deleted the wip-17898-ceph-disk-flake8 branch November 14, 2016 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants