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 cleanup #78

Merged
merged 14 commits into from Apr 12, 2014
Merged

Pep8 cleanup #78

merged 14 commits into from Apr 12, 2014

Conversation

pypingou
Copy link
Member

No description provided.

@@ -29,7 +29,7 @@ def gravatar_url_from_email(email, size=64, default=None):
if size not in _valid_gravatar_sizes:
raise ValueError(b_(
'Size %(size)i disallowed. Must be in %(valid_sizes)r') % {
'size': size, 'valid_sizes': _valid_gravatar_sizes})
'size': size, 'valid_sizes': _valid_gravatar_sizes})
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my local pep8 and pep8bot seems to disagree about this line

@ralphbean
Copy link
Contributor

👍

pypingou added a commit that referenced this pull request Apr 12, 2014
@pypingou pypingou merged commit b787911 into develop Apr 12, 2014
@pypingou pypingou deleted the pep8 branch April 12, 2014 15: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