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

Pep8 fixes #4104

Merged
merged 2 commits into from Feb 16, 2015
Merged

Pep8 fixes #4104

merged 2 commits into from Feb 16, 2015

Conversation

tacaswell
Copy link
Member

pep8 version bumped to 1.6.2 which added a new warning W503. This checks on patterns like

c = (a  
     + b )

preferring

c = (a + 
     b )

This is a reasonable bit of code style to fix, but I don't have the patience to do this tonight.

@tacaswell tacaswell added this to the 1.5.0 milestone Feb 16, 2015
@tacaswell
Copy link
Member Author

@matplotlib/developers This should be reviewed ASAP so our tests stop failing.

jkseppan added a commit that referenced this pull request Feb 16, 2015
@jkseppan jkseppan merged commit 0c2f763 into matplotlib:master Feb 16, 2015
@tacaswell tacaswell deleted the pep8_fixes branch February 19, 2015 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants