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

E122 continuation line outdented inside class body #36

Closed
DRMacIver opened this issue Mar 26, 2015 · 0 comments
Closed

E122 continuation line outdented inside class body #36

DRMacIver opened this issue Mar 26, 2015 · 0 comments
Labels

Comments

@DRMacIver
Copy link

yapf formats:

class eld(d):
    if str(geom.geom_type).upper(
    ) != self.geom_type and not self.geom_type == 'GEOMETRY':
        ror(code='om_type')

as:

class eld(d):
    if str(geom.geom_type).upper(
) != self.geom_type and not self.geom_type == 'GEOMETRY':
        ror(code='om_type')

This is both pep8 wrong and really confusing to read.

@eliben eliben added the bug label Mar 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants